Html Css Color HEX #EBA093 Tonys Pink

📋 copy color: '#EBA093'

red 235 ◦ green 160 ◦ blue 147

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

Shades of Tonys Pink #EBA093

Tints of Tonys Pink #EBA093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.12%

R = 43.36%
G = 29.52%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBA093 (or 0xEBA093) is known color: Tonys Pink. HEX triplet: EB, A0 and 93. RGB value is (235,160,147). Sum of RGB (Red+Green+Blue) = 235+160+147=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA093 is #145F6C. Grayscale: #B5B5B5. Windows color (decimal): -1335149 or 9674987. OLE color: 9674987.

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

Color convert

RGB 235 160 147 -
CMYK 0 0.32 0.37 0.08
HSL 8.86º 0.69% 0.75% -
HSV(B) 8.86º 0.37% 0.92% -
XYZ 52.1 44.91 33.53 -
YUV 180.94 108.85 166.56 -
System Red Green Blue C M Y K H S L
Decimal 235 160 147 0 0.32 0.37 0.08 8.86 0.69 0.75
Hex EB A0 93 0 20 25 8 9 45 4B
Octal 353 240 223 0 40 45 10 11 105 113
Binary 11101011 10100000 10010011 0 100000 100101 1000 1001 1000101 1001011

Color Harmonies of #EBA093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA093

Black with #EBA093

Text Example


Text Example

White with #EBA093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA093; }

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

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

background-color css

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

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

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

border-color css

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

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

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