Html Css Color HEX #EBA0A6 Wewak

📋 copy color: '#EBA0A6'

red 235 ◦ green 160 ◦ blue 166

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

Shades of Wewak #EBA0A6

Tints of Wewak #EBA0A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.59%

R = 41.89%
G = 28.52%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EBA0A6 (or 0xEBA0A6) is known color: Wewak. HEX triplet: EB, A0 and A6. RGB value is (235,160,166). Sum of RGB (Red+Green+Blue) = 235+160+166=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 166 (65.23% from 255 or 29.59% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA0A6 is #145F59. Grayscale: #B7B7B7. Windows color (decimal): -1335130 or 10920171. OLE color: 10920171.

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

Color convert

RGB 235 160 166 -
CMYK 0 0.32 0.29 0.08
HSL 355.2º 0.65% 0.77% -
HSV(B) 355.2º 0.32% 0.92% -
XYZ 53.71 45.56 42.04 -
YUV 183.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 235 160 166 0 0.32 0.29 0.08 355.2 0.65 0.77
Hex EB A0 A6 0 20 1D 8 163 41 4D
Octal 353 240 246 0 40 35 10 543 101 115
Binary 11101011 10100000 10100110 0 100000 11101 1000 101100011 1000001 1001101

Color Harmonies of #EBA0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA0A6

Black with #EBA0A6

Text Example


Text Example

White with #EBA0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA0A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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