#EEC236

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

Shades of Saffron #EEC236

Tints of Saffron #EEC236

Color information

#EEC236 (or 0xEEC236) is unknown color: approx Saffron. HEX triplet: EE, C2 and 36. RGB value is (238,194,54). Sum of RGB (Red+Green+Blue) = 238+194+54=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 54 (21.48% from 255 or 11.11% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC236 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC236 is #113DC9. Grayscale: #BFBFBF. Windows color (decimal): -1129930 or 3588846. OLE color: 3588846.

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

Color convert

RGB23819454-
CMYK00.180.770.07
HSL45.65º84.4%57.25%-
HSV(B)45.65º77.31%93.33%-
XYZ55.2257.0311.59-
YUV191.250.58161.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.97%
GREEN value IS 194 (76.17% from 255) = 39.92%
BLUE value IS 54 (21.48% from 255) = 11.11%
R=48.97%
G=39.92%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381945400.180.770.0745.6584.457.25
HexEEC2360124D72e5439
Octal3563026602211575612471
Binary111011101100001011011001001010011011111011101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC236; }

 p { color: rgb(238,194,54); }

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

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

 a { background-color: rgb(238,194,54); }

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

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

 span { border-color: rgb(238,194,54); }

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