Html Css Color HEX #EEBF37 Saffron

📋 copy color: '#EEBF37'

red 238 ◦ green 191 ◦ blue 55

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

Shades of Saffron #EEBF37

Tints of Saffron #EEBF37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.36%

R = 49.17%
G = 39.46%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EEBF37 (or 0xEEBF37) is known color: Saffron. HEX triplet: EE, BF and 37. RGB value is (238,191,55). Sum of RGB (Red+Green+Blue) = 238+191+55=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 55 (21.88% from 255 or 11.36% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF37 is #1140C8. Grayscale: #BEBEBE. Windows color (decimal): -1130697 or 3653614. OLE color: 3653614.

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

Color convert

RGB 238 191 55 -
CMYK 0 0.20 0.77 0.07
HSL 44.59º 0.84% 0.57% -
HSV(B) 44.59º 0.77% 0.93% -
XYZ 54.58 55.71 11.49 -
YUV 189.55 52.07 162.56 -
System Red Green Blue C M Y K H S L
Decimal 238 191 55 0 0.20 0.77 0.07 44.59 0.84 0.57
Hex EE BF 37 0 14 4D 7 2D 54 39
Octal 356 277 67 0 24 115 7 55 124 71
Binary 11101110 10111111 110111 0 10100 1001101 111 101101 1010100 111001

Color Harmonies of #EEBF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBF37

Black with #EEBF37

Text Example


Text Example

White with #EEBF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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