Html Css Color HEX #EDC536 Saffron

📋 copy color: '#EDC536'

red 237 ◦ green 197 ◦ blue 54

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

Shades of Saffron #EDC536

Tints of Saffron #EDC536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.07%

R = 48.57%
G = 40.37%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDC536 (or 0xEDC536) is known color: Saffron. HEX triplet: ED, C5 and 36. RGB value is (237,197,54). Sum of RGB (Red+Green+Blue) = 237+197+54=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 54 (21.48% from 255 or 11.07% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC536 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC536 is #123AC9. Grayscale: #C1C1C1. Windows color (decimal): -1194698 or 3589613. OLE color: 3589613.

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

Color convert

RGB 237 197 54 -
CMYK 0 0.17 0.77 0.07
HSL 46.89º 0.84% 0.57% -
HSV(B) 46.89º 0.77% 0.93% -
XYZ 55.56 58.2 11.8 -
YUV 192.66 49.75 159.63 -
System Red Green Blue C M Y K H S L
Decimal 237 197 54 0 0.17 0.77 0.07 46.89 0.84 0.57
Hex ED C5 36 0 11 4D 7 2F 54 39
Octal 355 305 66 0 21 115 7 57 124 71
Binary 11101101 11000101 110110 0 10001 1001101 111 101111 1010100 111001

Color Harmonies of #EDC536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC536

Black with #EDC536

Text Example


Text Example

White with #EDC536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC536; }

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

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

background-color css

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

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

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

border-color css

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

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

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