Html Css Color HEX #EDC535 Saffron

📋 copy color: '#EDC535'

red 237 ◦ green 197 ◦ blue 53

#EDC535
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saffron #EDC535

Tints of Saffron #EDC535

RGB

 RED value IS 237 (92.97% from 255) = 48.67%

 GREEN value IS 197 (77.34% from 255) = 40.45%

 BLUE value IS 53 (21.09% from 255) = 10.88%

R = 48.67%
G = 40.45%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDC535 (or 0xEDC535) is known color: Saffron. HEX triplet: ED, C5 and 35. RGB value is (237,197,53). Sum of RGB (Red+Green+Blue) = 237+197+53=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 53 (21.09% from 255 or 10.88% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC535 is #123ACA. Grayscale: #C1C1C1. Windows color (decimal): -1194699 or 3524077. OLE color: 3524077.

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

Color convert

RGB 237 197 53 -
CMYK 0 0.17 0.78 0.07
HSL 46.96º 0.84% 0.57% -
HSV(B) 46.96º 0.78% 0.93% -
XYZ 55.53 58.19 11.67 -
YUV 192.54 49.25 159.71 -
System Red Green Blue C M Y K H S L
Decimal 237 197 53 0 0.17 0.78 0.07 46.96 0.84 0.57
Hex ED C5 35 0 11 4E 7 2F 54 39
Octal 355 305 65 0 21 116 7 57 124 71
Binary 11101101 11000101 110101 0 10001 1001110 111 101111 1010100 111001

Color Harmonies of #EDC535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC535

Black with #EDC535

Text Example


Text Example

White with #EDC535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC535; }

 p { color: rgb(237,197,53); }

 H1.HeaderClassName
 {
   color: #EDC535;
 }
 .AnyTagClassName
 {
   color: #EDC535;
 }
</style>

background-color css

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

 a { background-color: rgb(237,197,53); }

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

border-color css

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

 span { border-color: rgb(237,197,53); }

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