Html Css Color HEX #EDADA0 Wax Flower

📋 copy color: '#EDADA0'

red 237 ◦ green 173 ◦ blue 160

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

Shades of Wax Flower #EDADA0

Tints of Wax Flower #EDADA0

RGB

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

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

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

R = 41.58%
G = 30.35%
B = 28.07%

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

#EDADA0 (or 0xEDADA0) is known color: Wax Flower. HEX triplet: ED, AD and A0. RGB value is (237,173,160). Sum of RGB (Red+Green+Blue) = 237+173+160=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADA0 is #12525F. Grayscale: #BEBEBE. Windows color (decimal): -1200736 or 10530285. OLE color: 10530285.

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

Color convert

RGB 237 173 160 -
CMYK 0 0.27 0.32 0.07
HSL 10.13º 0.68% 0.78% -
HSV(B) 10.13º 0.32% 0.93% -
XYZ 56.21 50.43 40.03 -
YUV 190.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 237 173 160 0 0.27 0.32 0.07 10.13 0.68 0.78
Hex ED AD A0 0 1B 20 7 A 44 4E
Octal 355 255 240 0 33 40 7 12 104 116
Binary 11101101 10101101 10100000 0 11011 100000 111 1010 1000100 1001110

Color Harmonies of #EDADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADA0

Black with #EDADA0

Text Example


Text Example

White with #EDADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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