#EDBD3F

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

Shades of Saffron #EDBD3F

Tints of Saffron #EDBD3F

Color information

#EDBD3F (or 0xEDBD3F) is unknown color: approx Saffron. HEX triplet: ED, BD and 3F. RGB value is (237,189,63). Sum of RGB (Red+Green+Blue) = 237+189+63=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 63 (25% from 255 or 12.88% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBD3F is #1242C0. Grayscale: #BDBDBD. Windows color (decimal): -1196737 or 4177389. OLE color: 4177389.

HSL color Cylindrical-coordinate representation of color #EDBD3F: hue angle of 43.45º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDBD3F is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB23718963-
CMYK00.200.730.07
HSL43.45º82.86%58.82%-
HSV(B)43.45º73.42%92.94%-
XYZ54.0254.7612.42-
YUV188.9956.9162.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.47%
GREEN value IS 189 (74.22% from 255) = 38.65%
BLUE value IS 63 (25% from 255) = 12.88%
R=48.47%
G=38.65%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371896300.200.730.0743.4582.8658.82
HexEDBD3F0144972b533b
Octal3552757702411175312373
Binary111011011011110111111101010010010011111010111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBD3F; }

 p { color: rgb(237,189,63); }

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

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

 a { background-color: rgb(237,189,63); }

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

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

 span { border-color: rgb(237,189,63); }

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