Html Css Color HEX #EEBA00 Golden Poppy

📋 copy color: '#EEBA00'

red 238 ◦ green 186 ◦ blue 0

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

Shades of Golden Poppy #EEBA00

Tints of Golden Poppy #EEBA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.87%

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

R = 56.13%
G = 43.87%
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

#EEBA00 (or 0xEEBA00) is known color: Golden Poppy. HEX triplet: EE, BA and 00. RGB value is (238,186,0). Sum of RGB (Red+Green+Blue) = 238+186+0=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBA00 is #1145FF. Grayscale: #B5B5B5. Windows color (decimal): -1132032 or 47854. OLE color: 47854.

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

Color convert

RGB 238 186 0 -
CMYK 0 0.22 1 0.07
HSL 46.89º 1% 0.47% -
HSV(B) 46.89º 1% 0.93% -
XYZ 52.82 53.29 7.5 -
YUV 180.34 26.23 169.12 -
System Red Green Blue C M Y K H S L
Decimal 238 186 0 0 0.22 1 0.07 46.89 1 0.47
Hex EE BA 0 0 16 64 7 2F 64 2F
Octal 356 272 0 0 26 144 7 57 144 57
Binary 11101110 10111010 0 0 10110 1100100 111 101111 1100100 101111

Color Harmonies of #EEBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA00

Black with #EEBA00

Text Example


Text Example

White with #EEBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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