#EBA270

Color #EBA270 Tacao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacao #EBA270

Tints of Tacao #EBA270

Color information

#EBA270 (or 0xEBA270) is unknown color: approx Tacao. HEX triplet: EB, A2 and 70. RGB value is (235,162,112). Sum of RGB (Red+Green+Blue) = 235+162+112=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA270 is #145D8F. Grayscale: #B2B2B2. Windows color (decimal): -1334672 or 7381739. OLE color: 7381739.

HSL color Cylindrical-coordinate representation of color #EBA270: hue angle of 24.39º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBA270 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB235162112-
CMYK00.310.520.08
HSL24.39º75.46%68.04%-
HSV(B)24.39º52.34%92.16%-
XYZ50.1144.6721.31-
YUV178.1390.68168.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 112 (44.14% from 255) = 22.00%
R=46.17%
G=31.83%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516211200.310.520.0824.3975.4668.04
HexEBA27001F348184b44
Octal353242160037641030113104
Binary1110101110100010111000001111111010010001100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA270; }

 p { color: rgb(235,162,112); }

 H1.HeaderClassName
 {
   color: #EBA270;
 }
 .AnyTagClassName
 {
   color: #EBA270;
 }
</style>
background-color css

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

 a { background-color: rgb(235,162,112); }

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

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

 span { border-color: rgb(235,162,112); }

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