Html Css Color HEX #ED898B Wewak

📋 copy color: '#ED898B'

red 237 ◦ green 137 ◦ blue 139

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

Shades of Wewak #ED898B

Tints of Wewak #ED898B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.71%

 BLUE value IS 139 (54.69% from 255) = 27.1%

R = 46.2%
G = 26.71%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED898B (or 0xED898B) is known color: Wewak. HEX triplet: ED, 89 and 8B. RGB value is (237,137,139). Sum of RGB (Red+Green+Blue) = 237+137+139=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED898B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED898B is #127674. Grayscale: #A7A7A7. Windows color (decimal): -1209973 or 9144813. OLE color: 9144813.

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

Color convert

RGB 237 137 139 -
CMYK 0 0.42 0.41 0.07
HSL 358.8º 0.74% 0.73% -
HSV(B) 358.8º 0.42% 0.93% -
XYZ 48.53 37.76 29.16 -
YUV 167.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 237 137 139 0 0.42 0.41 0.07 358.8 0.74 0.73
Hex ED 89 8B 0 2A 29 7 167 4A 49
Octal 355 211 213 0 52 51 7 547 112 111
Binary 11101101 10001001 10001011 0 101010 101001 111 101100111 1001010 1001001

Color Harmonies of #ED898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED898B

Black with #ED898B

Text Example


Text Example

White with #ED898B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED898B; }

 p { color: rgb(237,137,139); }

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

background-color css

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

 a { background-color: rgb(237,137,139); }

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

border-color css

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

 span { border-color: rgb(237,137,139); }

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