Html Css Color HEX #ECC637 Saffron

📋 copy color: '#ECC637'

red 236 ◦ green 198 ◦ blue 55

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

Shades of Saffron #ECC637

Tints of Saffron #ECC637

RGB

 RED value IS 236 (92.58% from 255) = 48.26%

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

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

R = 48.26%
G = 40.49%
B = 11.25%

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

#ECC637 (or 0xECC637) is known color: Saffron. HEX triplet: EC, C6 and 37. RGB value is (236,198,55). Sum of RGB (Red+Green+Blue) = 236+198+55=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 55 (21.88% from 255 or 11.25% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC637 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC637 is #1339C8. Grayscale: #C1C1C1. Windows color (decimal): -1259977 or 3655404. OLE color: 3655404.

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

Color convert

RGB 236 198 55 -
CMYK 0 0.16 0.77 0.07
HSL 47.4º 0.83% 0.57% -
HSV(B) 47.4º 0.77% 0.93% -
XYZ 55.48 58.5 11.98 -
YUV 193.06 50.09 158.63 -
System Red Green Blue C M Y K H S L
Decimal 236 198 55 0 0.16 0.77 0.07 47.4 0.83 0.57
Hex EC C6 37 0 10 4D 7 2F 53 39
Octal 354 306 67 0 20 115 7 57 123 71
Binary 11101100 11000110 110111 0 10000 1001101 111 101111 1010011 111001

Color Harmonies of #ECC637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC637

Black with #ECC637

Text Example


Text Example

White with #ECC637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC637; }

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

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

background-color css

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

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

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

border-color css

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

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

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