Html Css Color HEX #EBA099 Sweet Pink

📋 copy color: '#EBA099'

red 235 ◦ green 160 ◦ blue 153

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

Shades of Sweet Pink #EBA099

Tints of Sweet Pink #EBA099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.92%

R = 42.88%
G = 29.2%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EBA099 (or 0xEBA099) is known color: Sweet Pink. HEX triplet: EB, A0 and 99. RGB value is (235,160,153). Sum of RGB (Red+Green+Blue) = 235+160+153=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA099 is #145F66. Grayscale: #B5B5B5. Windows color (decimal): -1335143 or 10068203. OLE color: 10068203.

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

Color convert

RGB 235 160 153 -
CMYK 0 0.32 0.35 0.08
HSL 5.12º 0.67% 0.76% -
HSV(B) 5.12º 0.35% 0.92% -
XYZ 52.58 45.1 36.07 -
YUV 181.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 235 160 153 0 0.32 0.35 0.08 5.12 0.67 0.76
Hex EB A0 99 0 20 23 8 5 43 4C
Octal 353 240 231 0 40 43 10 5 103 114
Binary 11101011 10100000 10011001 0 100000 100011 1000 101 1000011 1001100

Color Harmonies of #EBA099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA099

Black with #EBA099

Text Example


Text Example

White with #EBA099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA099; }

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

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

background-color css

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

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

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

border-color css

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

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

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