#EEC93A

Color #EEC93A Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #EEC93A

Tints of Saffron #EEC93A

Color information

#EEC93A (or 0xEEC93A) is unknown color: approx Saffron. HEX triplet: EE, C9 and 3A. RGB value is (238,201,58). Sum of RGB (Red+Green+Blue) = 238+201+58=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC93A is #1136C5. Grayscale: #C4C4C4. Windows color (decimal): -1128134 or 3852782. OLE color: 3852782.

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

Color convert

RGB23820158-
CMYK00.160.760.07
HSL47.67º84.11%58.04%-
HSV(B)47.67º75.63%93.33%-
XYZ56.9160.2612.63-
YUV195.7650.26158.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.89%
GREEN value IS 201 (78.91% from 255) = 40.44%
BLUE value IS 58 (23.05% from 255) = 11.67%
R=47.89%
G=40.44%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382015800.160.760.0747.6784.1158.04
HexEEC93A0104C730543a
Octal3563117202011476012472
Binary111011101100100111101001000010011001111100001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC93A; }

 p { color: rgb(238,201,58); }

 H1.HeaderClassName
 {
   color: #EEC93A;
 }
 .AnyTagClassName
 {
   color: #EEC93A;
 }
</style>
background-color css

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

 a { background-color: rgb(238,201,58); }

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

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

 span { border-color: rgb(238,201,58); }

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