Html Css Color HEX #EDAD9C Wax Flower

📋 copy color: '#EDAD9C'

red 237 ◦ green 173 ◦ blue 156

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

Shades of Wax Flower #EDAD9C

Tints of Wax Flower #EDAD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.57%

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

R = 41.87%
G = 30.57%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDAD9C (or 0xEDAD9C) is known color: Wax Flower. HEX triplet: ED, AD and 9C. RGB value is (237,173,156). Sum of RGB (Red+Green+Blue) = 237+173+156=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD9C is #125263. Grayscale: #BEBEBE. Windows color (decimal): -1200740 or 10268141. OLE color: 10268141.

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

Color convert

RGB 237 173 156 -
CMYK 0 0.27 0.34 0.07
HSL 12.59º 0.69% 0.77% -
HSV(B) 12.59º 0.34% 0.93% -
XYZ 55.87 50.29 38.22 -
YUV 190.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 237 173 156 0 0.27 0.34 0.07 12.59 0.69 0.77
Hex ED AD 9C 0 1B 22 7 D 45 4D
Octal 355 255 234 0 33 42 7 15 105 115
Binary 11101101 10101101 10011100 0 11011 100010 111 1101 1000101 1001101

Color Harmonies of #EDAD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD9C

Black with #EDAD9C

Text Example


Text Example

White with #EDAD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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