#EDC633

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

Shades of Saffron #EDC633

Tints of Saffron #EDC633

Color information

#EDC633 (or 0xEDC633) is unknown color: approx Saffron. HEX triplet: ED, C6 and 33. RGB value is (237,198,51). Sum of RGB (Red+Green+Blue) = 237+198+51=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 51 (20.31% from 255 or 10.49% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC633 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC633 is #1239CC. Grayscale: #C1C1C1. Windows color (decimal): -1194445 or 3393261. OLE color: 3393261.

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

Color convert

RGB23719851-
CMYK00.160.780.07
HSL47.42º83.78%56.47%-
HSV(B)47.42º78.48%92.94%-
XYZ55.7258.6311.51-
YUV192.947.92159.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.77%
GREEN value IS 198 (77.73% from 255) = 40.74%
BLUE value IS 51 (20.31% from 255) = 10.49%
R=48.77%
G=40.74%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371985100.160.780.0747.4283.7856.47
HexEDC6330104E72f5438
Octal3553066302011675712470
Binary111011011100011011001101000010011101111011111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC633; }

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

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

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

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

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

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

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

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