#EBA27E

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

Shades of Tonys Pink #EBA27E

Tints of Tonys Pink #EBA27E

Color information

#EBA27E (or 0xEBA27E) is unknown color: approx Tonys Pink. HEX triplet: EB, A2 and 7E. RGB value is (235,162,126). Sum of RGB (Red+Green+Blue) = 235+162+126=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA27E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA27E is #145D81. Grayscale: #B3B3B3. Windows color (decimal): -1334658 or 8299243. OLE color: 8299243.

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

Color convert

RGB235162126-
CMYK00.310.460.08
HSL19.82º73.15%70.78%-
HSV(B)19.82º46.38%92.16%-
XYZ50.9545.0125.74-
YUV179.7297.68167.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.93%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 126 (49.61% from 255) = 24.09%
R=44.93%
G=30.98%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516212600.310.460.0819.8273.1570.78
HexEBA27E01F2E8144947
Octal353242176037561024111107
Binary1110101110100010111111001111110111010001010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA27E; }

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

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

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

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

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

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

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

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