Html Css Color HEX #ECB078 Tacao

📋 copy color: '#ECB078'

red 236 ◦ green 176 ◦ blue 120

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

Shades of Tacao #ECB078

Tints of Tacao #ECB078

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.08%

 BLUE value IS 120 (47.27% from 255) = 22.56%

R = 44.36%
G = 33.08%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ECB078 (or 0xECB078) is known color: Tacao. HEX triplet: EC, B0 and 78. RGB value is (236,176,120). Sum of RGB (Red+Green+Blue) = 236+176+120=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 120 (47.27% from 255 or 22.56% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB078 is #134F87. Grayscale: #BBBBBB. Windows color (decimal): -1265544 or 7909612. OLE color: 7909612.

HSL color Cylindrical-coordinate representation of color #ECB078: hue angle of 28.97º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECB078 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 176 120 -
CMYK 0 0.25 0.49 0.07
HSL 28.97º 0.75% 0.7% -
HSV(B) 28.97º 0.49% 0.93% -
XYZ 53.51 50.24 24.65 -
YUV 187.56 89.88 162.55 -
System Red Green Blue C M Y K H S L
Decimal 236 176 120 0 0.25 0.49 0.07 28.97 0.75 0.7
Hex EC B0 78 0 19 31 7 1D 4B 46
Octal 354 260 170 0 31 61 7 35 113 106
Binary 11101100 10110000 1111000 0 11001 110001 111 11101 1001011 1000110

Color Harmonies of #ECB078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB078

Black with #ECB078

Text Example


Text Example

White with #ECB078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB078; }

 p { color: rgb(236,176,120); }

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

background-color css

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

 a { background-color: rgb(236,176,120); }

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

border-color css

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

 span { border-color: rgb(236,176,120); }

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