#EDC433

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

Shades of Saffron #EDC433

Tints of Saffron #EDC433

Color information

#EDC433 (or 0xEDC433) is unknown color: approx Saffron. HEX triplet: ED, C4 and 33. RGB value is (237,196,51). Sum of RGB (Red+Green+Blue) = 237+196+51=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 51 (20.31% from 255 or 10.54% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC433 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC433 is #123BCC. Grayscale: #C0C0C0. Windows color (decimal): -1194957 or 3392749. OLE color: 3392749.

HSL color Cylindrical-coordinate representation of color #EDC433: hue angle of 46.77º 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 #EDC433 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB23719651-
CMYK00.170.780.07
HSL46.77º83.78%56.47%-
HSV(B)46.77º78.48%92.94%-
XYZ55.2657.7211.36-
YUV191.7348.58160.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.97%
GREEN value IS 196 (76.95% from 255) = 40.50%
BLUE value IS 51 (20.31% from 255) = 10.54%
R=48.97%
G=40.50%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371965100.170.780.0746.7783.7856.47
HexEDC4330114E72f5438
Octal3553046302111675712470
Binary111011011100010011001101000110011101111011111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC433; }

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

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

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

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

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

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

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

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