Html Css Color HEX #ECC235 Saffron

📋 copy color: '#ECC235'

red 236 ◦ green 194 ◦ blue 53

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

Shades of Saffron #ECC235

Tints of Saffron #ECC235

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.17%

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

R = 48.86%
G = 40.17%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ECC235 (or 0xECC235) is known color: Saffron. HEX triplet: EC, C2 and 35. RGB value is (236,194,53). Sum of RGB (Red+Green+Blue) = 236+194+53=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC235 is #133DCA. Grayscale: #BFBFBF. Windows color (decimal): -1261003 or 3523308. OLE color: 3523308.

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

Color convert

RGB 236 194 53 -
CMYK 0 0.18 0.78 0.07
HSL 46.23º 0.83% 0.57% -
HSV(B) 46.23º 0.78% 0.93% -
XYZ 54.53 56.67 11.43 -
YUV 190.48 50.41 160.46 -
System Red Green Blue C M Y K H S L
Decimal 236 194 53 0 0.18 0.78 0.07 46.23 0.83 0.57
Hex EC C2 35 0 12 4E 7 2E 53 39
Octal 354 302 65 0 22 116 7 56 123 71
Binary 11101100 11000010 110101 0 10010 1001110 111 101110 1010011 111001

Color Harmonies of #ECC235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC235

Black with #ECC235

Text Example


Text Example

White with #ECC235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC235; }

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

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

background-color css

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

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

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

border-color css

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

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

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