#eec631

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

Shades of Saffron #EEC631

Tints of Saffron #EEC631

Color information

#EEC631 (or 0xEEC631) is unknown color: approx Saffron. HEX triplet: EE, C6 and 31. RGB value is (238,198,49). Sum of RGB (Red+Green+Blue) = 238+198+49=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC631 is #1139CE. Grayscale: #C1C1C1. Windows color (decimal): -1128911 or 3262190. OLE color: 3262190.

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

Color convert

RGB23819849-
CMYK00.170.790.07
HSL47.3º84.75%56.27%-
HSV(B)47.3º79.41%93.33%-
XYZ56.0158.7911.3-
YUV192.9746.75160.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.07%
GREEN value IS 198 (77.73% from 255) = 40.82%
BLUE value IS 49 (19.53% from 255) = 10.10%
R=49.07%
G=40.82%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381984900.170.790.0747.384.7556.27
HexEEC6310114F72f5538
Octal3563066102111775712570
Binary111011101100011011000101000110011111111011111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eec631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eec631; }

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

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

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

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

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

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

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

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