Html Css Color HEX #EEBC00 Golden Poppy

📋 copy color: '#EEBC00'

red 238 ◦ green 188 ◦ blue 0

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

Shades of Golden Poppy #EEBC00

Tints of Golden Poppy #EEBC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.13%

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

R = 55.87%
G = 44.13%
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

#EEBC00 (or 0xEEBC00) is known color: Golden Poppy. HEX triplet: EE, BC and 00. RGB value is (238,188,0). Sum of RGB (Red+Green+Blue) = 238+188+0=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBC00 is #1143FF. Grayscale: #B6B6B6. Windows color (decimal): -1131520 or 48366. OLE color: 48366.

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

Color convert

RGB 238 188 0 -
CMYK 0 0.21 1 0.07
HSL 47.39º 1% 0.47% -
HSV(B) 47.39º 1% 0.93% -
XYZ 53.24 54.14 7.64 -
YUV 181.52 25.57 168.29 -
System Red Green Blue C M Y K H S L
Decimal 238 188 0 0 0.21 1 0.07 47.39 1 0.47
Hex EE BC 0 0 15 64 7 2F 64 2F
Octal 356 274 0 0 25 144 7 57 144 57
Binary 11101110 10111100 0 0 10101 1100100 111 101111 1100100 101111

Color Harmonies of #EEBC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBC00

Black with #EEBC00

Text Example


Text Example

White with #EEBC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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