#EDC233

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

Shades of Saffron #EDC233

Tints of Saffron #EDC233

Color information

#EDC233 (or 0xEDC233) is unknown color: approx Saffron. HEX triplet: ED, C2 and 33. RGB value is (237,194,51). Sum of RGB (Red+Green+Blue) = 237+194+51=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 51 (20.31% from 255 or 10.58% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC233 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC233 is #123DCC. Grayscale: #BFBFBF. Windows color (decimal): -1195469 or 3392237. OLE color: 3392237.

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

Color convert

RGB23719451-
CMYK00.180.780.07
HSL46.13º83.78%56.47%-
HSV(B)46.13º78.48%92.94%-
XYZ54.8156.8311.21-
YUV190.5549.25161.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.17%
GREEN value IS 194 (76.17% from 255) = 40.25%
BLUE value IS 51 (20.31% from 255) = 10.58%
R=49.17%
G=40.25%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371945100.180.780.0746.1383.7856.47
HexEDC2330124E72e5438
Octal3553026302211675612470
Binary111011011100001011001101001010011101111011101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC233; }

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

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

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

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

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

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

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

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