#EDC337

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

Shades of Saffron #EDC337

Tints of Saffron #EDC337

Color information

#EDC337 (or 0xEDC337) is unknown color: approx Saffron. HEX triplet: ED, C3 and 37. RGB value is (237,195,55). Sum of RGB (Red+Green+Blue) = 237+195+55=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 55 (21.88% from 255 or 11.29% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC337 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC337 is #123CC8. Grayscale: #C0C0C0. Windows color (decimal): -1195209 or 3654637. OLE color: 3654637.

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

Color convert

RGB23719555-
CMYK00.180.770.07
HSL46.15º83.49%57.25%-
HSV(B)46.15º76.79%92.94%-
XYZ55.1357.3111.77-
YUV191.650.91160.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.67%
GREEN value IS 195 (76.56% from 255) = 40.04%
BLUE value IS 55 (21.88% from 255) = 11.29%
R=48.67%
G=40.04%
B=11.29%

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
Decimal2371955500.180.770.0746.1583.4957.25
HexEDC3370124D72e5339
Octal3553036702211575612371
Binary111011011100001111011101001010011011111011101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC337; }

 p { color: rgb(237,195,55); }

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

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

 a { background-color: rgb(237,195,55); }

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

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

 span { border-color: rgb(237,195,55); }

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