Html Css Color HEX #EBA098 Sweet Pink

📋 copy color: '#EBA098'

red 235 ◦ green 160 ◦ blue 152

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

Shades of Sweet Pink #EBA098

Tints of Sweet Pink #EBA098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.79%

R = 42.96%
G = 29.25%
B = 27.79%

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

#EBA098 (or 0xEBA098) is known color: Sweet Pink. HEX triplet: EB, A0 and 98. RGB value is (235,160,152). Sum of RGB (Red+Green+Blue) = 235+160+152=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA098 is #145F67. Grayscale: #B5B5B5. Windows color (decimal): -1335144 or 10002667. OLE color: 10002667.

HSL color Cylindrical-coordinate representation of color #EBA098: hue angle of 5.78º 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 #EBA098 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 152 -
CMYK 0 0.32 0.35 0.08
HSL 5.78º 0.67% 0.76% -
HSV(B) 5.78º 0.35% 0.92% -
XYZ 52.5 45.07 35.64 -
YUV 181.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 235 160 152 0 0.32 0.35 0.08 5.78 0.67 0.76
Hex EB A0 98 0 20 23 8 6 43 4C
Octal 353 240 230 0 40 43 10 6 103 114
Binary 11101011 10100000 10011000 0 100000 100011 1000 110 1000011 1001100

Color Harmonies of #EBA098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA098

Black with #EBA098

Text Example


Text Example

White with #EBA098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA098; }

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

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

background-color css

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

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

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

border-color css

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

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

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