#EEC603

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

Shades of Golden Poppy #EEC603

Tints of Golden Poppy #EEC603

Color information

#EEC603 (or 0xEEC603) is unknown color: approx Golden Poppy. HEX triplet: EE, C6 and 03. RGB value is (238,198,3). Sum of RGB (Red+Green+Blue) = 238+198+3=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 3 (1.56% from 255 or 0.68% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC603 is #1139FC. Grayscale: #BCBCBC. Windows color (decimal): -1128957 or 247534. OLE color: 247534.

HSL color Cylindrical-coordinate representation of color #EEC603: hue angle of 49.79º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EEC603 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB2381983-
CMYK00.170.990.07
HSL49.79º97.51%47.25%-
HSV(B)49.79º98.74%93.33%-
XYZ55.4758.578.47-
YUV187.7323.75163.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.21%
GREEN value IS 198 (77.73% from 255) = 45.10%
BLUE value IS 3 (1.56% from 255) = 0.68%
R=54.21%
G=45.10%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238198300.170.990.0749.7997.5147.25
HexEEC6301163732622f
Octal356306302114376214257
Binary11101110110001101101000111000111111100101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC603; }

 p { color: rgb(238,198,3); }

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

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

 a { background-color: rgb(238,198,3); }

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

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

 span { border-color: rgb(238,198,3); }

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