#ED8A92

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

Shades of Wewak #ED8A92

Tints of Wewak #ED8A92

Color information

#ED8A92 (or 0xED8A92) is unknown color: approx Wewak. HEX triplet: ED, 8A and 92. RGB value is (237,138,146). Sum of RGB (Red+Green+Blue) = 237+138+146=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A92 is #12756D. Grayscale: #A8A8A8. Windows color (decimal): -1209710 or 9603821. OLE color: 9603821.

HSL color Cylindrical-coordinate representation of color #ED8A92: hue angle of 355.15º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8A92 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237138146-
CMYK00.420.380.07
HSL355.15º73.33%73.53%-
HSV(B)355.15º41.77%92.94%-
XYZ49.238.2631.99-
YUV168.51115.3176.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.49%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=45.49%
G=26.49%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713814600.420.380.07355.1573.3373.53
HexED8A9202A267163494a
Octal355212222052467543111112
Binary111011011000101010010010010101010011011110110001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8A92; }

 p { color: rgb(237,138,146); }

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

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

 a { background-color: rgb(237,138,146); }

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

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

 span { border-color: rgb(237,138,146); }

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