Html Css Color HEX #EEB900 Golden Poppy

📋 copy color: '#EEB900'

red 238 ◦ green 185 ◦ blue 0

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

Shades of Golden Poppy #EEB900

Tints of Golden Poppy #EEB900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.74%

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

R = 56.26%
G = 43.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEB900 (or 0xEEB900) is known color: Golden Poppy. HEX triplet: EE, B9 and 00. RGB value is (238,185,0). Sum of RGB (Red+Green+Blue) = 238+185+0=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB900 is #1146FF. Grayscale: #B4B4B4. Windows color (decimal): -1132288 or 47598. OLE color: 47598.

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

Color convert

RGB 238 185 0 -
CMYK 0 0.22 1 0.07
HSL 46.64º 1% 0.47% -
HSV(B) 46.64º 1% 0.93% -
XYZ 52.61 52.88 7.43 -
YUV 179.76 26.56 169.54 -
System Red Green Blue C M Y K H S L
Decimal 238 185 0 0 0.22 1 0.07 46.64 1 0.47
Hex EE B9 0 0 16 64 7 2F 64 2F
Octal 356 271 0 0 26 144 7 57 144 57
Binary 11101110 10111001 0 0 10110 1100100 111 101111 1100100 101111

Color Harmonies of #EEB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB900

Black with #EEB900

Text Example


Text Example

White with #EEB900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB900; }

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

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

background-color css

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

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

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

border-color css

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

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

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