Html Css Color HEX #EDC037 Saffron

📋 copy color: '#EDC037'

red 237 ◦ green 192 ◦ blue 55

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

Shades of Saffron #EDC037

Tints of Saffron #EDC037

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.67%

 BLUE value IS 55 (21.88% from 255) = 11.36%

R = 48.97%
G = 39.67%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDC037 (or 0xEDC037) is known color: Saffron. HEX triplet: ED, C0 and 37. RGB value is (237,192,55). Sum of RGB (Red+Green+Blue) = 237+192+55=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 55 (21.88% from 255 or 11.36% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC037 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC037 is #123FC8. Grayscale: #BEBEBE. Windows color (decimal): -1195977 or 3653869. OLE color: 3653869.

HSL color Cylindrical-coordinate representation of color #EDC037: hue angle of 45.16º degrees, saturation: 0.83, 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 #EDC037 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 192 55 -
CMYK 0 0.19 0.77 0.07
HSL 45.16º 0.83% 0.57% -
HSV(B) 45.16º 0.77% 0.93% -
XYZ 54.46 55.98 11.55 -
YUV 189.84 51.91 161.64 -
System Red Green Blue C M Y K H S L
Decimal 237 192 55 0 0.19 0.77 0.07 45.16 0.83 0.57
Hex ED C0 37 0 13 4D 7 2D 53 39
Octal 355 300 67 0 23 115 7 55 123 71
Binary 11101101 11000000 110111 0 10011 1001101 111 101101 1010011 111001

Color Harmonies of #EDC037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC037

Black with #EDC037

Text Example


Text Example

White with #EDC037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC037; }

 p { color: rgb(237,192,55); }

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

background-color css

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

 a { background-color: rgb(237,192,55); }

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

border-color css

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

 span { border-color: rgb(237,192,55); }

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