Html Css Color HEX #EEC104 Golden Poppy

📋 copy color: '#EEC104'

red 238 ◦ green 193 ◦ blue 4

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

Shades of Golden Poppy #EEC104

Tints of Golden Poppy #EEC104

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.37%

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

R = 54.71%
G = 44.37%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEC104 (or 0xEEC104) is known color: Golden Poppy. HEX triplet: EE, C1 and 04. RGB value is (238,193,4). Sum of RGB (Red+Green+Blue) = 238+193+4=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC104 is #113EFB. Grayscale: #B9B9B9. Windows color (decimal): -1130236 or 311790. OLE color: 311790.

HSL color Cylindrical-coordinate representation of color #EEC104: hue angle of 48.46º 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 #EEC104 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 193 4 -
CMYK 0 0.19 0.98 0.07
HSL 48.46º 0.97% 0.47% -
HSV(B) 48.46º 0.98% 0.93% -
XYZ 54.35 56.33 8.12 -
YUV 184.91 25.91 165.87 -
System Red Green Blue C M Y K H S L
Decimal 238 193 4 0 0.19 0.98 0.07 48.46 0.97 0.47
Hex EE C1 4 0 13 62 7 30 61 2F
Octal 356 301 4 0 23 142 7 60 141 57
Binary 11101110 11000001 100 0 10011 1100010 111 110000 1100001 101111

Color Harmonies of #EEC104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC104

Black with #EEC104

Text Example


Text Example

White with #EEC104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC104; }

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

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

background-color css

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

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

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

border-color css

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

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

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