Html Css Color HEX #EDAEA0 Wax Flower

📋 copy color: '#EDAEA0'

red 237 ◦ green 174 ◦ blue 160

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

Shades of Wax Flower #EDAEA0

Tints of Wax Flower #EDAEA0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.47%

 BLUE value IS 160 (62.89% from 255) = 28.02%

R = 41.51%
G = 30.47%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDAEA0 (or 0xEDAEA0) is known color: Wax Flower. HEX triplet: ED, AE and A0. RGB value is (237,174,160). Sum of RGB (Red+Green+Blue) = 237+174+160=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAEA0 is #12515F. Grayscale: #BFBFBF. Windows color (decimal): -1200480 or 10530541. OLE color: 10530541.

HSL color Cylindrical-coordinate representation of color #EDAEA0: hue angle of 10.91º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDAEA0 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 174 160 -
CMYK 0 0.27 0.32 0.07
HSL 10.91º 0.68% 0.78% -
HSV(B) 10.91º 0.32% 0.93% -
XYZ 56.41 50.81 40.09 -
YUV 191.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 237 174 160 0 0.27 0.32 0.07 10.91 0.68 0.78
Hex ED AE A0 0 1B 20 7 B 44 4E
Octal 355 256 240 0 33 40 7 13 104 116
Binary 11101101 10101110 10100000 0 11011 100000 111 1011 1000100 1001110

Color Harmonies of #EDAEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEA0

Black with #EDAEA0

Text Example


Text Example

White with #EDAEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEA0; }

 p { color: rgb(237,174,160); }

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

background-color css

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

 a { background-color: rgb(237,174,160); }

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

border-color css

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

 span { border-color: rgb(237,174,160); }

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