Html Css Color HEX #EEBF0B Golden Poppy

📋 copy color: '#EEBF0B'

red 238 ◦ green 191 ◦ blue 11

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

Shades of Golden Poppy #EEBF0B

Tints of Golden Poppy #EEBF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.5%

R = 54.09%
G = 43.41%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEBF0B (or 0xEEBF0B) is known color: Golden Poppy. HEX triplet: EE, BF and 0B. RGB value is (238,191,11). Sum of RGB (Red+Green+Blue) = 238+191+11=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBF0B is #1140F4. Grayscale: #B9B9B9. Windows color (decimal): -1130741 or 770030. OLE color: 770030.

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

Color convert

RGB 238 191 11 -
CMYK 0 0.20 0.95 0.07
HSL 47.58º 0.91% 0.49% -
HSV(B) 47.58º 0.95% 0.93% -
XYZ 53.95 55.46 8.18 -
YUV 184.53 30.07 166.14 -
System Red Green Blue C M Y K H S L
Decimal 238 191 11 0 0.20 0.95 0.07 47.58 0.91 0.49
Hex EE BF B 0 14 5F 7 30 5B 31
Octal 356 277 13 0 24 137 7 60 133 61
Binary 11101110 10111111 1011 0 10100 1011111 111 110000 1011011 110001

Color Harmonies of #EEBF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBF0B

Black with #EEBF0B

Text Example


Text Example

White with #EEBF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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