Html Css Color HEX #ECC337 Saffron

📋 copy color: '#ECC337'

red 236 ◦ green 195 ◦ blue 55

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

Shades of Saffron #ECC337

Tints of Saffron #ECC337

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.12%

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

R = 48.56%
G = 40.12%
B = 11.32%

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

#ECC337 (or 0xECC337) is known color: Saffron. HEX triplet: EC, C3 and 37. RGB value is (236,195,55). Sum of RGB (Red+Green+Blue) = 236+195+55=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 55 (21.88% from 255 or 11.32% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC337 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC337 is #133CC8. Grayscale: #BFBFBF. Windows color (decimal): -1260745 or 3654636. OLE color: 3654636.

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

Color convert

RGB 236 195 55 -
CMYK 0 0.17 0.77 0.07
HSL 46.41º 0.83% 0.57% -
HSV(B) 46.41º 0.77% 0.93% -
XYZ 54.8 57.14 11.76 -
YUV 191.3 51.08 159.88 -
System Red Green Blue C M Y K H S L
Decimal 236 195 55 0 0.17 0.77 0.07 46.41 0.83 0.57
Hex EC C3 37 0 11 4D 7 2E 53 39
Octal 354 303 67 0 21 115 7 56 123 71
Binary 11101100 11000011 110111 0 10001 1001101 111 101110 1010011 111001

Color Harmonies of #ECC337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC337

Black with #ECC337

Text Example


Text Example

White with #ECC337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC337; }

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

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

background-color css

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

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

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

border-color css

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

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

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