Html Css Color HEX #EEC00C Golden Poppy

📋 copy color: '#EEC00C'

red 238 ◦ green 192 ◦ blue 12

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

Shades of Golden Poppy #EEC00C

Tints of Golden Poppy #EEC00C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.44%

 BLUE value IS 12 (5.08% from 255) = 2.71%

R = 53.85%
G = 43.44%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEC00C (or 0xEEC00C) is known color: Golden Poppy. HEX triplet: EE, C0 and 0C. RGB value is (238,192,12). Sum of RGB (Red+Green+Blue) = 238+192+12=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 12 (5.08% from 255 or 2.71% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC00C is #113FF3. Grayscale: #BABABA. Windows color (decimal): -1130484 or 835822. OLE color: 835822.

HSL color Cylindrical-coordinate representation of color #EEC00C: hue angle of 47.79º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEC00C is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 192 12 -
CMYK 0 0.19 0.95 0.07
HSL 47.79º 0.9% 0.49% -
HSV(B) 47.79º 0.95% 0.93% -
XYZ 54.18 55.9 8.28 -
YUV 185.23 30.24 165.64 -
System Red Green Blue C M Y K H S L
Decimal 238 192 12 0 0.19 0.95 0.07 47.79 0.9 0.49
Hex EE C0 C 0 13 5F 7 30 5A 31
Octal 356 300 14 0 23 137 7 60 132 61
Binary 11101110 11000000 1100 0 10011 1011111 111 110000 1011010 110001

Color Harmonies of #EEC00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC00C

Black with #EEC00C

Text Example


Text Example

White with #EEC00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC00C; }

 p { color: rgb(238,192,12); }

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

background-color css

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

 a { background-color: rgb(238,192,12); }

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

border-color css

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

 span { border-color: rgb(238,192,12); }

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