Html Css Color HEX #EDAB9D Wax Flower

📋 copy color: '#EDAB9D'

red 237 ◦ green 171 ◦ blue 157

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

Shades of Wax Flower #EDAB9D

Tints of Wax Flower #EDAB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.79%

R = 41.95%
G = 30.27%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDAB9D (or 0xEDAB9D) is known color: Wax Flower. HEX triplet: ED, AB and 9D. RGB value is (237,171,157). Sum of RGB (Red+Green+Blue) = 237+171+157=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAB9D is #125462. Grayscale: #BDBDBD. Windows color (decimal): -1201251 or 10333165. OLE color: 10333165.

HSL color Cylindrical-coordinate representation of color #EDAB9D: hue angle of 10.5º 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 #EDAB9D is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 157 -
CMYK 0 0.28 0.34 0.07
HSL 10.5º 0.69% 0.77% -
HSV(B) 10.5º 0.34% 0.93% -
XYZ 55.57 49.56 38.54 -
YUV 189.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 237 171 157 0 0.28 0.34 0.07 10.5 0.69 0.77
Hex ED AB 9D 0 1C 22 7 A 45 4D
Octal 355 253 235 0 34 42 7 12 105 115
Binary 11101101 10101011 10011101 0 11100 100010 111 1010 1000101 1001101

Color Harmonies of #EDAB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB9D

Black with #EDAB9D

Text Example


Text Example

White with #EDAB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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