Html Css Color HEX #ECA275 Tacao

📋 copy color: '#ECA275'

red 236 ◦ green 162 ◦ blue 117

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

Shades of Tacao #ECA275

Tints of Tacao #ECA275

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.46%

 BLUE value IS 117 (46.09% from 255) = 22.72%

R = 45.83%
G = 31.46%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECA275 (or 0xECA275) is known color: Tacao. HEX triplet: EC, A2 and 75. RGB value is (236,162,117). Sum of RGB (Red+Green+Blue) = 236+162+117=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA275 is #135D8A. Grayscale: #B3B3B3. Windows color (decimal): -1269131 or 7709420. OLE color: 7709420.

HSL color Cylindrical-coordinate representation of color #ECA275: hue angle of 22.69º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECA275 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 162 117 -
CMYK 0 0.31 0.50 0.07
HSL 22.69º 0.76% 0.69% -
HSV(B) 22.69º 0.5% 0.93% -
XYZ 50.72 44.96 22.83 -
YUV 179 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 236 162 117 0 0.31 0.50 0.07 22.69 0.76 0.69
Hex EC A2 75 0 1F 32 7 17 4C 45
Octal 354 242 165 0 37 62 7 27 114 105
Binary 11101100 10100010 1110101 0 11111 110010 111 10111 1001100 1000101

Color Harmonies of #ECA275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA275

Black with #ECA275

Text Example


Text Example

White with #ECA275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA275; }

 p { color: rgb(236,162,117); }

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

background-color css

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

 a { background-color: rgb(236,162,117); }

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

border-color css

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

 span { border-color: rgb(236,162,117); }

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