Html Css Color HEX #EEBF01 Golden Poppy

📋 copy color: '#EEBF01'

red 238 ◦ green 191 ◦ blue 1

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

Shades of Golden Poppy #EEBF01

Tints of Golden Poppy #EEBF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 55.35%
G = 44.42%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EEBF01 (or 0xEEBF01) is known color: Golden Poppy. HEX triplet: EE, BF and 01. RGB value is (238,191,1). Sum of RGB (Red+Green+Blue) = 238+191+1=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBF01 is #1140FE. Grayscale: #B8B8B8. Windows color (decimal): -1130751 or 114670. OLE color: 114670.

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

Color convert

RGB 238 191 1 -
CMYK 0 0.20 1.00 0.07
HSL 48.1º 0.99% 0.47% -
HSV(B) 48.1º 1% 0.93% -
XYZ 53.9 55.44 7.89 -
YUV 183.39 25.07 166.95 -
System Red Green Blue C M Y K H S L
Decimal 238 191 1 0 0.20 1.00 0.07 48.1 0.99 0.47
Hex EE BF 1 0 14 64 7 30 63 2F
Octal 356 277 1 0 24 144 7 60 143 57
Binary 11101110 10111111 1 0 10100 1100100 111 110000 1100011 101111

Color Harmonies of #EEBF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBF01

Black with #EEBF01

Text Example


Text Example

White with #EEBF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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