Html Css Color HEX #EEC404 Golden Poppy

📋 copy color: '#EEC404'

red 238 ◦ green 196 ◦ blue 4

#EEC404
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Poppy #EEC404

Tints of Golden Poppy #EEC404

RGB

 RED value IS 238 (93.36% from 255) = 54.34%

 GREEN value IS 196 (76.95% from 255) = 44.75%

 BLUE value IS 4 (1.95% from 255) = 0.91%

R = 54.34%
G = 44.75%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEC404 (or 0xEEC404) is known color: Golden Poppy. HEX triplet: EE, C4 and 04. RGB value is (238,196,4). Sum of RGB (Red+Green+Blue) = 238+196+4=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 4 (1.95% from 255 or 0.91% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC404 is #113BFB. Grayscale: #BBBBBB. Windows color (decimal): -1129468 or 312558. OLE color: 312558.

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

Color convert

RGB 238 196 4 -
CMYK 0 0.18 0.98 0.07
HSL 49.23º 0.97% 0.47% -
HSV(B) 49.23º 0.98% 0.93% -
XYZ 55.02 57.67 8.35 -
YUV 186.67 24.91 164.61 -
System Red Green Blue C M Y K H S L
Decimal 238 196 4 0 0.18 0.98 0.07 49.23 0.97 0.47
Hex EE C4 4 0 12 62 7 31 61 2F
Octal 356 304 4 0 22 142 7 61 141 57
Binary 11101110 11000100 100 0 10010 1100010 111 110001 1100001 101111

Color Harmonies of #EEC404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC404

Black with #EEC404

Text Example


Text Example

White with #EEC404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC404; }

 p { color: rgb(238,196,4); }

 H1.HeaderClassName
 {
   color: #EEC404;
 }
 .AnyTagClassName
 {
   color: #EEC404;
 }
</style>

background-color css

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

 a { background-color: rgb(238,196,4); }

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

border-color css

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

 span { border-color: rgb(238,196,4); }

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