Html Css Color HEX #EEBB00 Golden Poppy

📋 copy color: '#EEBB00'

red 238 ◦ green 187 ◦ blue 0

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

Shades of Golden Poppy #EEBB00

Tints of Golden Poppy #EEBB00

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44%

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

R = 56%
G = 44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEBB00 (or 0xEEBB00) is known color: Golden Poppy. HEX triplet: EE, BB and 00. RGB value is (238,187,0). Sum of RGB (Red+Green+Blue) = 238+187+0=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBB00 is #1144FF. Grayscale: #B5B5B5. Windows color (decimal): -1131776 or 48110. OLE color: 48110.

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

Color convert

RGB 238 187 0 -
CMYK 0 0.21 1 0.07
HSL 47.14º 1% 0.47% -
HSV(B) 47.14º 1% 0.93% -
XYZ 53.03 53.72 7.57 -
YUV 180.93 25.9 168.71 -
System Red Green Blue C M Y K H S L
Decimal 238 187 0 0 0.21 1 0.07 47.14 1 0.47
Hex EE BB 0 0 15 64 7 2F 64 2F
Octal 356 273 0 0 25 144 7 57 144 57
Binary 11101110 10111011 0 0 10101 1100100 111 101111 1100100 101111

Color Harmonies of #EEBB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBB00

Black with #EEBB00

Text Example


Text Example

White with #EEBB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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