Html Css Color HEX #EEBF02 Golden Poppy

📋 copy color: '#EEBF02'

red 238 ◦ green 191 ◦ blue 2

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

Shades of Golden Poppy #EEBF02

Tints of Golden Poppy #EEBF02

RGB

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

 GREEN value IS 191 (75% from 255) = 44.32%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 55.22%
G = 44.32%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EEBF02 (or 0xEEBF02) is known color: Golden Poppy. HEX triplet: EE, BF and 02. RGB value is (238,191,2). Sum of RGB (Red+Green+Blue) = 238+191+2=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBF02 is #1140FD. Grayscale: #B8B8B8. Windows color (decimal): -1130750 or 180206. OLE color: 180206.

HSL color Cylindrical-coordinate representation of color #EEBF02: hue angle of 48.05º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EEBF02 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 191 2 -
CMYK 0 0.20 0.99 0.07
HSL 48.05º 0.98% 0.47% -
HSV(B) 48.05º 0.99% 0.93% -
XYZ 53.9 55.44 7.92 -
YUV 183.51 25.57 166.87 -
System Red Green Blue C M Y K H S L
Decimal 238 191 2 0 0.20 0.99 0.07 48.05 0.98 0.47
Hex EE BF 2 0 14 63 7 30 62 2F
Octal 356 277 2 0 24 143 7 60 142 57
Binary 11101110 10111111 10 0 10100 1100011 111 110000 1100010 101111

Color Harmonies of #EEBF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBF02

Black with #EEBF02

Text Example


Text Example

White with #EEBF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBF02; }

 p { color: rgb(238,191,2); }

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

background-color css

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

 a { background-color: rgb(238,191,2); }

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

border-color css

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

 span { border-color: rgb(238,191,2); }

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