Html Css Color HEX #ECC735 Saffron

📋 copy color: '#ECC735'

red 236 ◦ green 199 ◦ blue 53

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

Shades of Saffron #ECC735

Tints of Saffron #ECC735

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.78%

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

R = 48.36%
G = 40.78%
B = 10.86%

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

#ECC735 (or 0xECC735) is known color: Saffron. HEX triplet: EC, C7 and 35. RGB value is (236,199,53). Sum of RGB (Red+Green+Blue) = 236+199+53=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 53 (21.09% from 255 or 10.86% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC735 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC735 is #1338CA. Grayscale: #C2C2C2. Windows color (decimal): -1259723 or 3524588. OLE color: 3524588.

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

Color convert

RGB 236 199 53 -
CMYK 0 0.16 0.78 0.07
HSL 47.87º 0.83% 0.57% -
HSV(B) 47.87º 0.78% 0.93% -
XYZ 55.66 58.94 11.81 -
YUV 193.42 48.76 158.37 -
System Red Green Blue C M Y K H S L
Decimal 236 199 53 0 0.16 0.78 0.07 47.87 0.83 0.57
Hex EC C7 35 0 10 4E 7 30 53 39
Octal 354 307 65 0 20 116 7 60 123 71
Binary 11101100 11000111 110101 0 10000 1001110 111 110000 1010011 111001

Color Harmonies of #ECC735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC735

Black with #ECC735

Text Example


Text Example

White with #ECC735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC735; }

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

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

background-color css

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

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

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

border-color css

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

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

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