Html Css Color HEX #ECB275 Tacao

📋 copy color: '#ECB275'

red 236 ◦ green 178 ◦ blue 117

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

Shades of Tacao #ECB275

Tints of Tacao #ECB275

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.52%

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

R = 44.44%
G = 33.52%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECB275 (or 0xECB275) is known color: Tacao. HEX triplet: EC, B2 and 75. RGB value is (236,178,117). Sum of RGB (Red+Green+Blue) = 236+178+117=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB275 is #134D8A. Grayscale: #BCBCBC. Windows color (decimal): -1265035 or 7713516. OLE color: 7713516.

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

Color convert

RGB 236 178 117 -
CMYK 0 0.25 0.50 0.07
HSL 30.76º 0.76% 0.69% -
HSV(B) 30.76º 0.5% 0.93% -
XYZ 53.72 50.96 23.83 -
YUV 188.39 87.72 161.96 -
System Red Green Blue C M Y K H S L
Decimal 236 178 117 0 0.25 0.50 0.07 30.76 0.76 0.69
Hex EC B2 75 0 19 32 7 1F 4C 45
Octal 354 262 165 0 31 62 7 37 114 105
Binary 11101100 10110010 1110101 0 11001 110010 111 11111 1001100 1000101

Color Harmonies of #ECB275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB275

Black with #ECB275

Text Example


Text Example

White with #ECB275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB275; }

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

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

background-color css

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

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

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

border-color css

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

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

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