#EDC632

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

Shades of Saffron #EDC632

Tints of Saffron #EDC632

Color information

#EDC632 (or 0xEDC632) is unknown color: approx Saffron. HEX triplet: ED, C6 and 32. RGB value is (237,198,50). Sum of RGB (Red+Green+Blue) = 237+198+50=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC632 is #1239CD. Grayscale: #C1C1C1. Windows color (decimal): -1194446 or 3327725. OLE color: 3327725.

HSL color Cylindrical-coordinate representation of color #EDC632: hue angle of 47.49º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDC632 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB23719850-
CMYK00.160.790.07
HSL47.49º83.86%56.27%-
HSV(B)47.49º78.9%92.94%-
XYZ55.6958.6211.4-
YUV192.7947.42159.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.87%
GREEN value IS 198 (77.73% from 255) = 40.82%
BLUE value IS 50 (19.92% from 255) = 10.31%
R=48.87%
G=40.82%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371985000.160.790.0747.4983.8656.27
HexEDC6320104F72f5438
Octal3553066202011775712470
Binary111011011100011011001001000010011111111011111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC632; }

 p { color: rgb(237,198,50); }

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

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

 a { background-color: rgb(237,198,50); }

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

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

 span { border-color: rgb(237,198,50); }

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