Html Css Color HEX #EDAB9E Wax Flower

📋 copy color: '#EDAB9E'

red 237 ◦ green 171 ◦ blue 158

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

Shades of Wax Flower #EDAB9E

Tints of Wax Flower #EDAB9E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.21%

 BLUE value IS 158 (62.11% from 255) = 27.92%

R = 41.87%
G = 30.21%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDAB9E (or 0xEDAB9E) is known color: Wax Flower. HEX triplet: ED, AB and 9E. RGB value is (237,171,158). Sum of RGB (Red+Green+Blue) = 237+171+158=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAB9E is #125461. Grayscale: #BDBDBD. Windows color (decimal): -1201250 or 10398701. OLE color: 10398701.

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

Color convert

RGB 237 171 158 -
CMYK 0 0.28 0.33 0.07
HSL 9.87º 0.69% 0.77% -
HSV(B) 9.87º 0.33% 0.93% -
XYZ 55.66 49.6 38.99 -
YUV 189.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 237 171 158 0 0.28 0.33 0.07 9.87 0.69 0.77
Hex ED AB 9E 0 1C 21 7 A 45 4D
Octal 355 253 236 0 34 41 7 12 105 115
Binary 11101101 10101011 10011110 0 11100 100001 111 1010 1000101 1001101

Color Harmonies of #EDAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB9E

Black with #EDAB9E

Text Example


Text Example

White with #EDAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB9E; }

 p { color: rgb(237,171,158); }

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

background-color css

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

 a { background-color: rgb(237,171,158); }

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

border-color css

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

 span { border-color: rgb(237,171,158); }

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