#EDC739

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

Shades of Saffron #EDC739

Tints of Saffron #EDC739

Color information

#EDC739 (or 0xEDC739) is unknown color: approx Saffron. HEX triplet: ED, C7 and 39. RGB value is (237,199,57). Sum of RGB (Red+Green+Blue) = 237+199+57=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 57 (22.66% from 255 or 11.56% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC739 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC739 is #1238C6. Grayscale: #C2C2C2. Windows color (decimal): -1194183 or 3786733. OLE color: 3786733.

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

Color convert

RGB23719957-
CMYK00.160.760.07
HSL47.33º83.33%57.65%-
HSV(B)47.33º75.95%92.94%-
XYZ56.0959.1512.33-
YUV194.1750.59158.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.07%
GREEN value IS 199 (78.12% from 255) = 40.37%
BLUE value IS 57 (22.66% from 255) = 11.56%
R=48.07%
G=40.37%
B=11.56%

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
Decimal2371995700.160.760.0747.3383.3357.65
HexEDC7390104C72f533a
Octal3553077102011475712372
Binary111011011100011111100101000010011001111011111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC739; }

 p { color: rgb(237,199,57); }

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

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

 a { background-color: rgb(237,199,57); }

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

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

 span { border-color: rgb(237,199,57); }

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