Html Css Color HEX #EDAD99 Wax Flower

📋 copy color: '#EDAD99'

red 237 ◦ green 173 ◦ blue 153

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

Shades of Wax Flower #EDAD99

Tints of Wax Flower #EDAD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.18%

R = 42.1%
G = 30.73%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDAD99 (or 0xEDAD99) is known color: Wax Flower. HEX triplet: ED, AD and 99. RGB value is (237,173,153). Sum of RGB (Red+Green+Blue) = 237+173+153=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD99 is #125266. Grayscale: #BEBEBE. Windows color (decimal): -1200743 or 10071533. OLE color: 10071533.

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

Color convert

RGB 237 173 153 -
CMYK 0 0.27 0.35 0.07
HSL 14.29º 0.7% 0.76% -
HSV(B) 14.29º 0.35% 0.93% -
XYZ 55.62 50.19 36.89 -
YUV 189.86 107.2 161.63 -
System Red Green Blue C M Y K H S L
Decimal 237 173 153 0 0.27 0.35 0.07 14.29 0.7 0.76
Hex ED AD 99 0 1B 23 7 E 46 4C
Octal 355 255 231 0 33 43 7 16 106 114
Binary 11101101 10101101 10011001 0 11011 100011 111 1110 1000110 1001100

Color Harmonies of #EDAD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD99

Black with #EDAD99

Text Example


Text Example

White with #EDAD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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