Html Css Color HEX #EEC400 Golden Poppy

📋 copy color: '#EEC400'

red 238 ◦ green 196 ◦ blue 0

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

Shades of Golden Poppy #EEC400

Tints of Golden Poppy #EEC400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.84%
G = 45.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEC400 (or 0xEEC400) is known color: Golden Poppy. HEX triplet: EE, C4 and 00. RGB value is (238,196,0). Sum of RGB (Red+Green+Blue) = 238+196+0=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC400 is #113BFF. Grayscale: #BBBBBB. Windows color (decimal): -1129472 or 50414. OLE color: 50414.

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

Color convert

RGB 238 196 0 -
CMYK 0 0.18 1 0.07
HSL 49.41º 1% 0.47% -
HSV(B) 49.41º 1% 0.93% -
XYZ 55 57.66 8.23 -
YUV 186.21 22.91 164.94 -
System Red Green Blue C M Y K H S L
Decimal 238 196 0 0 0.18 1 0.07 49.41 1 0.47
Hex EE C4 0 0 12 64 7 31 64 2F
Octal 356 304 0 0 22 144 7 61 144 57
Binary 11101110 11000100 0 0 10010 1100100 111 110001 1100100 101111

Color Harmonies of #EEC400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC400

Black with #EEC400

Text Example


Text Example

White with #EEC400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC400; }

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

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

background-color css

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

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

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

border-color css

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

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

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