Html Css Color HEX #ED9C9F Wewak

📋 copy color: '#ED9C9F'

red 237 ◦ green 156 ◦ blue 159

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

Shades of Wewak #ED9C9F

Tints of Wewak #ED9C9F

RGB

 RED value IS 237 (92.97% from 255) = 42.93%

 GREEN value IS 156 (61.33% from 255) = 28.26%

 BLUE value IS 159 (62.5% from 255) = 28.8%

R = 42.93%
G = 28.26%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED9C9F (or 0xED9C9F) is known color: Wewak. HEX triplet: ED, 9C and 9F. RGB value is (237,156,159). Sum of RGB (Red+Green+Blue) = 237+156+159=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 159 (62.5% from 255 or 28.80% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C9F is #126360. Grayscale: #B4B4B4. Windows color (decimal): -1205089 or 10460397. OLE color: 10460397.

HSL color Cylindrical-coordinate representation of color #ED9C9F: hue angle of 357.78º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9C9F is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 156 159 -
CMYK 0 0.34 0.33 0.07
HSL 357.78º 0.69% 0.77% -
HSV(B) 357.78º 0.34% 0.93% -
XYZ 53.07 44.28 38.55 -
YUV 180.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 237 156 159 0 0.34 0.33 0.07 357.78 0.69 0.77
Hex ED 9C 9F 0 22 21 7 166 45 4D
Octal 355 234 237 0 42 41 7 546 105 115
Binary 11101101 10011100 10011111 0 100010 100001 111 101100110 1000101 1001101

Color Harmonies of #ED9C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9C9F

Black with #ED9C9F

Text Example


Text Example

White with #ED9C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9C9F; }

 p { color: rgb(237,156,159); }

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

background-color css

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

 a { background-color: rgb(237,156,159); }

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

border-color css

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

 span { border-color: rgb(237,156,159); }

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