#EB8D92

Color #EB8D92 Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #EB8D92

Tints of Wewak #EB8D92

Color information

#EB8D92 (or 0xEB8D92) is unknown color: approx Wewak. HEX triplet: EB, 8D and 92. RGB value is (235,141,146). Sum of RGB (Red+Green+Blue) = 235+141+146=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D92 is #14726D. Grayscale: #A9A9A9. Windows color (decimal): -1340014 or 9604587. OLE color: 9604587.

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

Color convert

RGB235141146-
CMYK00.40.380.08
HSL356.81º70.15%73.73%-
HSV(B)356.81º40%92.16%-
XYZ48.9738.7932.1-
YUV169.68114.64174.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 141 (55.47% from 255) = 27.01%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=45.02%
G=27.01%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514114600.40.380.08356.8170.1573.73
HexEB8D92028268165464a
Octal3532152220504610545106112
Binary1110101110001101100100100101000100110100010110010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8D92; }

 p { color: rgb(235,141,146); }

 H1.HeaderClassName
 {
   color: #EB8D92;
 }
 .AnyTagClassName
 {
   color: #EB8D92;
 }
</style>
background-color css

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

 a { background-color: rgb(235,141,146); }

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

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

 span { border-color: rgb(235,141,146); }

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