Html Css Color HEX #ECAD74 Tacao

📋 copy color: '#ECAD74'

red 236 ◦ green 173 ◦ blue 116

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

Shades of Tacao #ECAD74

Tints of Tacao #ECAD74

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.95%

 BLUE value IS 116 (45.7% from 255) = 22.1%

R = 44.95%
G = 32.95%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECAD74 (or 0xECAD74) is known color: Tacao. HEX triplet: EC, AD and 74. RGB value is (236,173,116). Sum of RGB (Red+Green+Blue) = 236+173+116=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAD74 is #13528B. Grayscale: #B9B9B9. Windows color (decimal): -1266316 or 7646700. OLE color: 7646700.

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

Color convert

RGB 236 173 116 -
CMYK 0 0.27 0.51 0.07
HSL 28.5º 0.76% 0.69% -
HSV(B) 28.5º 0.51% 0.93% -
XYZ 52.69 48.98 23.2 -
YUV 185.34 88.87 164.13 -
System Red Green Blue C M Y K H S L
Decimal 236 173 116 0 0.27 0.51 0.07 28.5 0.76 0.69
Hex EC AD 74 0 1B 33 7 1C 4C 45
Octal 354 255 164 0 33 63 7 34 114 105
Binary 11101100 10101101 1110100 0 11011 110011 111 11100 1001100 1000101

Color Harmonies of #ECAD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAD74

Black with #ECAD74

Text Example


Text Example

White with #ECAD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAD74; }

 p { color: rgb(236,173,116); }

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

background-color css

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

 a { background-color: rgb(236,173,116); }

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

border-color css

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

 span { border-color: rgb(236,173,116); }

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