Html Css Color HEX #ECAE74 Tacao

📋 copy color: '#ECAE74'

red 236 ◦ green 174 ◦ blue 116

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

Shades of Tacao #ECAE74

Tints of Tacao #ECAE74

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.08%

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

R = 44.87%
G = 33.08%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECAE74 (or 0xECAE74) is known color: Tacao. HEX triplet: EC, AE and 74. RGB value is (236,174,116). Sum of RGB (Red+Green+Blue) = 236+174+116=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAE74 is #13518B. Grayscale: #BABABA. Windows color (decimal): -1266060 or 7646956. OLE color: 7646956.

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

Color convert

RGB 236 174 116 -
CMYK 0 0.26 0.51 0.07
HSL 29º 0.76% 0.69% -
HSV(B) 29º 0.51% 0.93% -
XYZ 52.88 49.37 23.26 -
YUV 185.93 88.54 163.72 -
System Red Green Blue C M Y K H S L
Decimal 236 174 116 0 0.26 0.51 0.07 29 0.76 0.69
Hex EC AE 74 0 1A 33 7 1D 4C 45
Octal 354 256 164 0 32 63 7 35 114 105
Binary 11101100 10101110 1110100 0 11010 110011 111 11101 1001100 1000101

Color Harmonies of #ECAE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE74

Black with #ECAE74

Text Example


Text Example

White with #ECAE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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