Html Css Color HEX #EEC53B Saffron

📋 copy color: '#EEC53B'

red 238 ◦ green 197 ◦ blue 59

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

Shades of Saffron #EEC53B

Tints of Saffron #EEC53B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.88%

 BLUE value IS 59 (23.44% from 255) = 11.94%

R = 48.18%
G = 39.88%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EEC53B (or 0xEEC53B) is known color: Saffron. HEX triplet: EE, C5 and 3B. RGB value is (238,197,59). Sum of RGB (Red+Green+Blue) = 238+197+59=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 59 (23.44% from 255 or 11.94% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC53B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC53B is #113AC4. Grayscale: #C2C2C2. Windows color (decimal): -1129157 or 3917294. OLE color: 3917294.

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

Color convert

RGB 238 197 59 -
CMYK 0 0.17 0.75 0.07
HSL 46.26º 0.84% 0.58% -
HSV(B) 46.26º 0.75% 0.93% -
XYZ 56.02 58.43 12.46 -
YUV 193.53 52.08 159.72 -
System Red Green Blue C M Y K H S L
Decimal 238 197 59 0 0.17 0.75 0.07 46.26 0.84 0.58
Hex EE C5 3B 0 11 4B 7 2E 54 3A
Octal 356 305 73 0 21 113 7 56 124 72
Binary 11101110 11000101 111011 0 10001 1001011 111 101110 1010100 111010

Color Harmonies of #EEC53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC53B

Black with #EEC53B

Text Example


Text Example

White with #EEC53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC53B; }

 p { color: rgb(238,197,59); }

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

background-color css

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

 a { background-color: rgb(238,197,59); }

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

border-color css

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

 span { border-color: rgb(238,197,59); }

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