Html Css Color HEX #EDC837 Saffron

📋 copy color: '#EDC837'

red 237 ◦ green 200 ◦ blue 55

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

Shades of Saffron #EDC837

Tints of Saffron #EDC837

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.65%

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

R = 48.17%
G = 40.65%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDC837 (or 0xEDC837) is known color: Saffron. HEX triplet: ED, C8 and 37. RGB value is (237,200,55). Sum of RGB (Red+Green+Blue) = 237+200+55=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 55 (21.88% from 255 or 11.18% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC837 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC837 is #1237C8. Grayscale: #C3C3C3. Windows color (decimal): -1193929 or 3655917. OLE color: 3655917.

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

Color convert

RGB 237 200 55 -
CMYK 0 0.16 0.77 0.07
HSL 47.8º 0.83% 0.57% -
HSV(B) 47.8º 0.77% 0.93% -
XYZ 56.27 59.59 12.15 -
YUV 194.53 49.26 158.29 -
System Red Green Blue C M Y K H S L
Decimal 237 200 55 0 0.16 0.77 0.07 47.8 0.83 0.57
Hex ED C8 37 0 10 4D 7 30 53 39
Octal 355 310 67 0 20 115 7 60 123 71
Binary 11101101 11001000 110111 0 10000 1001101 111 110000 1010011 111001

Color Harmonies of #EDC837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC837

Black with #EDC837

Text Example


Text Example

White with #EDC837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC837; }

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

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

background-color css

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

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

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

border-color css

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

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

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