#E6BC06

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

Shades of Golden Poppy #E6BC06

Tints of Golden Poppy #E6BC06

Color information

#E6BC06 (or 0xE6BC06) is unknown color: approx Golden Poppy. HEX triplet: E6, BC and 06. RGB value is (230,188,6). Sum of RGB (Red+Green+Blue) = 230+188+6=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 6 (2.73% from 255 or 1.42% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BC06 is #1943F9. Grayscale: #B4B4B4. Windows color (decimal): -1655802 or 441574. OLE color: 441574.

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

Color convert

RGB2301886-
CMYK00.180.970.10
HSL48.75º94.92%46.27%-
HSV(B)48.75º97.39%90.2%-
XYZ50.6552.87.69-
YUV179.8129.91163.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.25%
GREEN value IS 188 (73.83% from 255) = 44.34%
BLUE value IS 6 (2.73% from 255) = 1.42%
R=54.25%
G=44.34%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230188600.180.970.1048.7594.9246.27
HexE6BC601261A315f2e
Octal3462746022141126113756
Binary1110011010111100110010010110000110101100011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BC06; }

 p { color: rgb(230,188,6); }

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

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

 a { background-color: rgb(230,188,6); }

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

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

 span { border-color: rgb(230,188,6); }

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