Html Css Color HEX #ECA375 Tacao

📋 copy color: '#ECA375'

red 236 ◦ green 163 ◦ blue 117

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

Shades of Tacao #ECA375

Tints of Tacao #ECA375

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.59%

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

R = 45.74%
G = 31.59%
B = 22.67%

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

#ECA375 (or 0xECA375) is known color: Tacao. HEX triplet: EC, A3 and 75. RGB value is (236,163,117). Sum of RGB (Red+Green+Blue) = 236+163+117=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA375 is #135C8A. Grayscale: #B3B3B3. Windows color (decimal): -1268875 or 7709676. OLE color: 7709676.

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

Color convert

RGB 236 163 117 -
CMYK 0 0.31 0.50 0.07
HSL 23.19º 0.76% 0.69% -
HSV(B) 23.19º 0.5% 0.93% -
XYZ 50.9 45.31 22.89 -
YUV 179.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 236 163 117 0 0.31 0.50 0.07 23.19 0.76 0.69
Hex EC A3 75 0 1F 32 7 17 4C 45
Octal 354 243 165 0 37 62 7 27 114 105
Binary 11101100 10100011 1110101 0 11111 110010 111 10111 1001100 1000101

Color Harmonies of #ECA375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA375

Black with #ECA375

Text Example


Text Example

White with #ECA375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA375; }

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

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

background-color css

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

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

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

border-color css

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

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

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