Html Css Color HEX #ECA570 Tacao

📋 copy color: '#ECA570'

red 236 ◦ green 165 ◦ blue 112

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

Shades of Tacao #ECA570

Tints of Tacao #ECA570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.16%

 BLUE value IS 112 (44.14% from 255) = 21.83%

R = 46%
G = 32.16%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECA570 (or 0xECA570) is known color: Tacao. HEX triplet: EC, A5 and 70. RGB value is (236,165,112). Sum of RGB (Red+Green+Blue) = 236+165+112=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA570 is #135A8F. Grayscale: #B4B4B4. Windows color (decimal): -1268368 or 7382508. OLE color: 7382508.

HSL color Cylindrical-coordinate representation of color #ECA570: hue angle of 25.65º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECA570 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 165 112 -
CMYK 0 0.30 0.53 0.07
HSL 25.65º 0.77% 0.68% -
HSV(B) 25.65º 0.53% 0.93% -
XYZ 50.97 45.91 21.5 -
YUV 180.19 89.52 167.81 -
System Red Green Blue C M Y K H S L
Decimal 236 165 112 0 0.30 0.53 0.07 25.65 0.77 0.68
Hex EC A5 70 0 1E 35 7 1A 4D 44
Octal 354 245 160 0 36 65 7 32 115 104
Binary 11101100 10100101 1110000 0 11110 110101 111 11010 1001101 1000100

Color Harmonies of #ECA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA570

Black with #ECA570

Text Example


Text Example

White with #ECA570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA570; }

 p { color: rgb(236,165,112); }

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

background-color css

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

 a { background-color: rgb(236,165,112); }

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

border-color css

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

 span { border-color: rgb(236,165,112); }

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