Html Css Color HEX #EDC637 Saffron

📋 copy color: '#EDC637'

red 237 ◦ green 198 ◦ blue 55

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

Shades of Saffron #EDC637

Tints of Saffron #EDC637

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.41%

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

R = 48.37%
G = 40.41%
B = 11.22%

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

#EDC637 (or 0xEDC637) is known color: Saffron. HEX triplet: ED, C6 and 37. RGB value is (237,198,55). Sum of RGB (Red+Green+Blue) = 237+198+55=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 55 (21.88% from 255 or 11.22% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC637 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC637 is #1239C8. Grayscale: #C1C1C1. Windows color (decimal): -1194441 or 3655405. OLE color: 3655405.

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

Color convert

RGB 237 198 55 -
CMYK 0 0.16 0.77 0.07
HSL 47.14º 0.83% 0.57% -
HSV(B) 47.14º 0.77% 0.93% -
XYZ 55.81 58.67 12 -
YUV 193.36 49.92 159.13 -
System Red Green Blue C M Y K H S L
Decimal 237 198 55 0 0.16 0.77 0.07 47.14 0.83 0.57
Hex ED C6 37 0 10 4D 7 2F 53 39
Octal 355 306 67 0 20 115 7 57 123 71
Binary 11101101 11000110 110111 0 10000 1001101 111 101111 1010011 111001

Color Harmonies of #EDC637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC637

Black with #EDC637

Text Example


Text Example

White with #EDC637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC637; }

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

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

background-color css

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

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

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

border-color css

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

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

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