Html Css Color HEX #ECC635 Saffron

📋 copy color: '#ECC635'

red 236 ◦ green 198 ◦ blue 53

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

Shades of Saffron #ECC635

Tints of Saffron #ECC635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.88%

R = 48.46%
G = 40.66%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ECC635 (or 0xECC635) is known color: Saffron. HEX triplet: EC, C6 and 35. RGB value is (236,198,53). Sum of RGB (Red+Green+Blue) = 236+198+53=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 53 (21.09% from 255 or 10.88% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC635 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC635 is #1339CA. Grayscale: #C1C1C1. Windows color (decimal): -1259979 or 3524332. OLE color: 3524332.

HSL color Cylindrical-coordinate representation of color #ECC635: hue angle of 47.54º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECC635 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 198 53 -
CMYK 0 0.16 0.78 0.07
HSL 47.54º 0.83% 0.57% -
HSV(B) 47.54º 0.78% 0.93% -
XYZ 55.43 58.48 11.73 -
YUV 192.83 49.09 158.79 -
System Red Green Blue C M Y K H S L
Decimal 236 198 53 0 0.16 0.78 0.07 47.54 0.83 0.57
Hex EC C6 35 0 10 4E 7 30 53 39
Octal 354 306 65 0 20 116 7 60 123 71
Binary 11101100 11000110 110101 0 10000 1001110 111 110000 1010011 111001

Color Harmonies of #ECC635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC635

Black with #ECC635

Text Example


Text Example

White with #ECC635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC635; }

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

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

background-color css

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

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

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

border-color css

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

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

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