Html Css Color HEX #EEBF3F Saffron

📋 copy color: '#EEBF3F'

red 238 ◦ green 191 ◦ blue 63

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

Shades of Saffron #EEBF3F

Tints of Saffron #EEBF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.8%

R = 48.37%
G = 38.82%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EEBF3F (or 0xEEBF3F) is known color: Saffron. HEX triplet: EE, BF and 3F. RGB value is (238,191,63). Sum of RGB (Red+Green+Blue) = 238+191+63=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 63 (25% from 255 or 12.80% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF3F is #1140C0. Grayscale: #BFBFBF. Windows color (decimal): -1130689 or 4177902. OLE color: 4177902.

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

Color convert

RGB 238 191 63 -
CMYK 0 0.20 0.74 0.07
HSL 43.89º 0.84% 0.59% -
HSV(B) 43.89º 0.74% 0.93% -
XYZ 54.79 55.8 12.59 -
YUV 190.46 56.07 161.91 -
System Red Green Blue C M Y K H S L
Decimal 238 191 63 0 0.20 0.74 0.07 43.89 0.84 0.59
Hex EE BF 3F 0 14 4A 7 2C 54 3B
Octal 356 277 77 0 24 112 7 54 124 73
Binary 11101110 10111111 111111 0 10100 1001010 111 101100 1010100 111011

Color Harmonies of #EEBF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBF3F

Black with #EEBF3F

Text Example


Text Example

White with #EEBF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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