#EDC938

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

Shades of Saffron #EDC938

Tints of Saffron #EDC938

Color information

#EDC938 (or 0xEDC938) is unknown color: approx Saffron. HEX triplet: ED, C9 and 38. RGB value is (237,201,56). Sum of RGB (Red+Green+Blue) = 237+201+56=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 56 (22.27% from 255 or 11.34% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC938 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC938 is #1236C7. Grayscale: #C3C3C3. Windows color (decimal): -1193672 or 3721709. OLE color: 3721709.

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

Color convert

RGB23720156-
CMYK00.150.760.07
HSL48.07º83.41%57.45%-
HSV(B)48.07º76.37%92.94%-
XYZ56.5360.0612.36-
YUV195.2349.43157.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.98%
GREEN value IS 201 (78.91% from 255) = 40.69%
BLUE value IS 56 (22.27% from 255) = 11.34%
R=47.98%
G=40.69%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372015600.150.760.0748.0783.4157.45
HexEDC9380F4C7305339
Octal3553117001711476012371
Binary11101101110010011110000111110011001111100001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC938; }

 p { color: rgb(237,201,56); }

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

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

 a { background-color: rgb(237,201,56); }

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

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

 span { border-color: rgb(237,201,56); }

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