Html Css Color HEX #EEBE3E Saffron

📋 copy color: '#EEBE3E'

red 238 ◦ green 190 ◦ blue 62

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

Shades of Saffron #EEBE3E

Tints of Saffron #EEBE3E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.78%

 BLUE value IS 62 (24.61% from 255) = 12.65%

R = 48.57%
G = 38.78%
B = 12.65%

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

#EEBE3E (or 0xEEBE3E) is known color: Saffron. HEX triplet: EE, BE and 3E. RGB value is (238,190,62). Sum of RGB (Red+Green+Blue) = 238+190+62=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 62 (24.61% from 255 or 12.65% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBE3E is #1141C1. Grayscale: #BEBEBE. Windows color (decimal): -1130946 or 4112110. OLE color: 4112110.

HSL color Cylindrical-coordinate representation of color #EEBE3E: hue angle of 43.64º 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 #EEBE3E is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 190 62 -
CMYK 0 0.20 0.74 0.07
HSL 43.64º 0.84% 0.59% -
HSV(B) 43.64º 0.74% 0.93% -
XYZ 54.54 55.35 12.37 -
YUV 189.76 55.9 162.41 -
System Red Green Blue C M Y K H S L
Decimal 238 190 62 0 0.20 0.74 0.07 43.64 0.84 0.59
Hex EE BE 3E 0 14 4A 7 2C 54 3B
Octal 356 276 76 0 24 112 7 54 124 73
Binary 11101110 10111110 111110 0 10100 1001010 111 101100 1010100 111011

Color Harmonies of #EEBE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBE3E

Black with #EEBE3E

Text Example


Text Example

White with #EEBE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBE3E; }

 p { color: rgb(238,190,62); }

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

background-color css

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

 a { background-color: rgb(238,190,62); }

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

border-color css

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

 span { border-color: rgb(238,190,62); }

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