Html Css Color HEX #EDAD9E Wax Flower

📋 copy color: '#EDAD9E'

red 237 ◦ green 173 ◦ blue 158

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

Shades of Wax Flower #EDAD9E

Tints of Wax Flower #EDAD9E

RGB

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

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

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

R = 41.73%
G = 30.46%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDAD9E (or 0xEDAD9E) is known color: Wax Flower. HEX triplet: ED, AD and 9E. RGB value is (237,173,158). Sum of RGB (Red+Green+Blue) = 237+173+158=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD9E is #125261. Grayscale: #BEBEBE. Windows color (decimal): -1200738 or 10399213. OLE color: 10399213.

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

Color convert

RGB 237 173 158 -
CMYK 0 0.27 0.33 0.07
HSL 11.39º 0.69% 0.77% -
HSV(B) 11.39º 0.33% 0.93% -
XYZ 56.04 50.36 39.11 -
YUV 190.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 237 173 158 0 0.27 0.33 0.07 11.39 0.69 0.77
Hex ED AD 9E 0 1B 21 7 B 45 4D
Octal 355 255 236 0 33 41 7 13 105 115
Binary 11101101 10101101 10011110 0 11011 100001 111 1011 1000101 1001101

Color Harmonies of #EDAD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD9E

Black with #EDAD9E

Text Example


Text Example

White with #EDAD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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