#e6cb0c

Color #E6CB0C Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #E6CB0C

Tints of Sunflower #E6CB0C

Color information

#E6CB0C (or 0xE6CB0C) is unknown color: approx Sunflower. HEX triplet: E6, CB and 0C. RGB value is (230,203,12). Sum of RGB (Red+Green+Blue) = 230+203+12=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6CB0C is #1934F3. Grayscale: #BEBEBE. Windows color (decimal): -1651956 or 838630. OLE color: 838630.

HSL color Cylindrical-coordinate representation of color #E6CB0C: hue angle of 52.57º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6CB0C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB23020312-
CMYK00.120.950.10
HSL52.57º90.08%47.45%-
HSV(B)52.57º94.78%90.2%-
XYZ54.0659.569-
YUV189.327.95157.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 51.69%
GREEN value IS 203 (79.69% from 255) = 45.62%
BLUE value IS 12 (5.08% from 255) = 2.70%
R=51.69%
G=45.62%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302031200.120.950.1052.5790.0847.45
HexE6CBC0C5FA355a2f
Octal34631314014137126513257
Binary1110011011001011110001100101111110101101011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6cb0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6cb0c; }

 p { color: rgb(230,203,12); }

 H1.HeaderClassName
 {
   color: #e6cb0c;
 }
 .AnyTagClassName
 {
   color: #e6cb0c;
 }
</style>
background-color css

<style>
 a { background-color: #e6cb0c; }

 a { background-color: rgb(230,203,12); }

 div.DivClassName
 {
   background-color: #e6cb0c;
 }
 .BgClassName
 {
   background-color: #e6cb0c;
 }
</style>
border-color css

<style>
 span { border-color: #e6cb0c; }

 span { border-color: rgb(230,203,12); }

 td.TdClassName
 {
   border-color: #e6cb0c;
 }
 .TagClassName
 {
   border-color: #e6cb0c;
 }
</style>