Html Css Color HEX #EBA090 Tonys Pink

📋 copy color: '#EBA090'

red 235 ◦ green 160 ◦ blue 144

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

Shades of Tonys Pink #EBA090

Tints of Tonys Pink #EBA090

RGB

 RED value IS 235 (92.19% from 255) = 43.6%

 GREEN value IS 160 (62.89% from 255) = 29.68%

 BLUE value IS 144 (56.64% from 255) = 26.72%

R = 43.6%
G = 29.68%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EBA090 (or 0xEBA090) is known color: Tonys Pink. HEX triplet: EB, A0 and 90. RGB value is (235,160,144). Sum of RGB (Red+Green+Blue) = 235+160+144=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA090 is #145F6F. Grayscale: #B4B4B4. Windows color (decimal): -1335152 or 9478379. OLE color: 9478379.

HSL color Cylindrical-coordinate representation of color #EBA090: hue angle of 10.55º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBA090 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 144 -
CMYK 0 0.32 0.39 0.08
HSL 10.55º 0.69% 0.74% -
HSV(B) 10.55º 0.39% 0.92% -
XYZ 51.87 44.82 32.3 -
YUV 180.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 235 160 144 0 0.32 0.39 0.08 10.55 0.69 0.74
Hex EB A0 90 0 20 27 8 B 45 4A
Octal 353 240 220 0 40 47 10 13 105 112
Binary 11101011 10100000 10010000 0 100000 100111 1000 1011 1000101 1001010

Color Harmonies of #EBA090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA090

Black with #EBA090

Text Example


Text Example

White with #EBA090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA090; }

 p { color: rgb(235,160,144); }

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

background-color css

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

 a { background-color: rgb(235,160,144); }

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

border-color css

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

 span { border-color: rgb(235,160,144); }

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