Html Css Color HEX #EDAB9C Wax Flower

📋 copy color: '#EDAB9C'

red 237 ◦ green 171 ◦ blue 156

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

Shades of Wax Flower #EDAB9C

Tints of Wax Flower #EDAB9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.66%

R = 42.02%
G = 30.32%
B = 27.66%

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

#EDAB9C (or 0xEDAB9C) is known color: Wax Flower. HEX triplet: ED, AB and 9C. RGB value is (237,171,156). Sum of RGB (Red+Green+Blue) = 237+171+156=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAB9C is #125463. Grayscale: #BDBDBD. Windows color (decimal): -1201252 or 10267629. OLE color: 10267629.

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

Color convert

RGB 237 171 156 -
CMYK 0 0.28 0.34 0.07
HSL 11.11º 0.69% 0.77% -
HSV(B) 11.11º 0.34% 0.93% -
XYZ 55.49 49.53 38.09 -
YUV 189.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 237 171 156 0 0.28 0.34 0.07 11.11 0.69 0.77
Hex ED AB 9C 0 1C 22 7 B 45 4D
Octal 355 253 234 0 34 42 7 13 105 115
Binary 11101101 10101011 10011100 0 11100 100010 111 1011 1000101 1001101

Color Harmonies of #EDAB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB9C

Black with #EDAB9C

Text Example


Text Example

White with #EDAB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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