#EEC635

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

Shades of Saffron #EEC635

Tints of Saffron #EEC635

Color information

#EEC635 (or 0xEEC635) is unknown color: approx Saffron. HEX triplet: EE, C6 and 35. RGB value is (238,198,53). Sum of RGB (Red+Green+Blue) = 238+198+53=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 53 (21.09% from 255 or 10.84% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC635 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC635 is #1139CA. Grayscale: #C2C2C2. Windows color (decimal): -1128907 or 3524334. OLE color: 3524334.

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

Color convert

RGB23819853-
CMYK00.170.780.07
HSL47.03º84.47%57.06%-
HSV(B)47.03º77.73%93.33%-
XYZ56.158.8211.77-
YUV193.4348.75159.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.67%
GREEN value IS 198 (77.73% from 255) = 40.49%
BLUE value IS 53 (21.09% from 255) = 10.84%
R=48.67%
G=40.49%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381985300.170.780.0747.0384.4757.06
HexEEC6350114E72f5439
Octal3563066502111675712471
Binary111011101100011011010101000110011101111011111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC635; }

 p { color: rgb(238,198,53); }

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

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

 a { background-color: rgb(238,198,53); }

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

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

 span { border-color: rgb(238,198,53); }

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