Html Css Color HEX #EECA37 Saffron

📋 copy color: '#EECA37'

red 238 ◦ green 202 ◦ blue 55

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

Shades of Saffron #EECA37

Tints of Saffron #EECA37

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.81%

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

R = 48.08%
G = 40.81%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EECA37 (or 0xEECA37) is known color: Saffron. HEX triplet: EE, CA and 37. RGB value is (238,202,55). Sum of RGB (Red+Green+Blue) = 238+202+55=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 55 (21.88% from 255 or 11.11% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA37 is #1135C8. Grayscale: #C4C4C4. Windows color (decimal): -1127881 or 3656430. OLE color: 3656430.

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

Color convert

RGB 238 202 55 -
CMYK 0 0.15 0.77 0.07
HSL 48.2º 0.84% 0.57% -
HSV(B) 48.2º 0.77% 0.93% -
XYZ 57.07 60.69 12.32 -
YUV 196.01 48.43 157.95 -
System Red Green Blue C M Y K H S L
Decimal 238 202 55 0 0.15 0.77 0.07 48.2 0.84 0.57
Hex EE CA 37 0 F 4D 7 30 54 39
Octal 356 312 67 0 17 115 7 60 124 71
Binary 11101110 11001010 110111 0 1111 1001101 111 110000 1010100 111001

Color Harmonies of #EECA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA37

Black with #EECA37

Text Example


Text Example

White with #EECA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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