#ED9799

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

Shades of Wewak #ED9799

Tints of Wewak #ED9799

Color information

#ED9799 (or 0xED9799) is unknown color: approx Wewak. HEX triplet: ED, 97 and 99. RGB value is (237,151,153). Sum of RGB (Red+Green+Blue) = 237+151+153=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9799 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9799 is #126866. Grayscale: #B1B1B1. Windows color (decimal): -1206375 or 10065901. OLE color: 10065901.

HSL color Cylindrical-coordinate representation of color #ED9799: hue angle of 358.6º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED9799 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB237151153-
CMYK00.360.350.07
HSL358.6º70.49%76.08%-
HSV(B)358.6º36.29%92.94%-
XYZ51.7442.4435.6-
YUV176.94114.49170.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.81%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 153 (60.16% from 255) = 28.28%
R=43.81%
G=27.91%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715115300.360.350.07358.670.4976.08
HexED9799024237167464c
Octal355227231044437547106114
Binary111011011001011110011001010010010001111110110011110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9799; }

 p { color: rgb(237,151,153); }

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

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

 a { background-color: rgb(237,151,153); }

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

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

 span { border-color: rgb(237,151,153); }

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