#EDC333

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

Shades of Saffron #EDC333

Tints of Saffron #EDC333

Color information

#EDC333 (or 0xEDC333) is unknown color: approx Saffron. HEX triplet: ED, C3 and 33. RGB value is (237,195,51). Sum of RGB (Red+Green+Blue) = 237+195+51=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 51 (20.31% from 255 or 10.56% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC333 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC333 is #123CCC. Grayscale: #BFBFBF. Windows color (decimal): -1195213 or 3392493. OLE color: 3392493.

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

Color convert

RGB23719551-
CMYK00.180.780.07
HSL46.45º83.78%56.47%-
HSV(B)46.45º78.48%92.94%-
XYZ55.0457.2711.29-
YUV191.1448.91160.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.07%
GREEN value IS 195 (76.56% from 255) = 40.37%
BLUE value IS 51 (20.31% from 255) = 10.56%
R=49.07%
G=40.37%
B=10.56%

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
Decimal2371955100.180.780.0746.4583.7856.47
HexEDC3330124E72e5438
Octal3553036302211675612470
Binary111011011100001111001101001010011101111011101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC333; }

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

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

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

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

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

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

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

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