Html Css Color HEX #EEC700 Golden Poppy

📋 copy color: '#EEC700'

red 238 ◦ green 199 ◦ blue 0

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

Shades of Golden Poppy #EEC700

Tints of Golden Poppy #EEC700

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.54%

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

R = 54.46%
G = 45.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEC700 (or 0xEEC700) is known color: Golden Poppy. HEX triplet: EE, C7 and 00. RGB value is (238,199,0). Sum of RGB (Red+Green+Blue) = 238+199+0=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC700 is #1138FF. Grayscale: #BCBCBC. Windows color (decimal): -1128704 or 51182. OLE color: 51182.

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

Color convert

RGB 238 199 0 -
CMYK 0 0.16 1 0.07
HSL 50.17º 1% 0.47% -
HSV(B) 50.17º 1% 0.93% -
XYZ 55.68 59.02 8.46 -
YUV 187.98 21.92 163.68 -
System Red Green Blue C M Y K H S L
Decimal 238 199 0 0 0.16 1 0.07 50.17 1 0.47
Hex EE C7 0 0 10 64 7 32 64 2F
Octal 356 307 0 0 20 144 7 62 144 57
Binary 11101110 11000111 0 0 10000 1100100 111 110010 1100100 101111

Color Harmonies of #EEC700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC700

Black with #EEC700

Text Example


Text Example

White with #EEC700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC700; }

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

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

background-color css

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

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

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

border-color css

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

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

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