Html Css Color HEX #EDA899 Wax Flower

📋 copy color: '#EDA899'

red 237 ◦ green 168 ◦ blue 153

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

Shades of Wax Flower #EDA899

Tints of Wax Flower #EDA899

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.11%

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

R = 42.47%
G = 30.11%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDA899 (or 0xEDA899) is known color: Wax Flower. HEX triplet: ED, A8 and 99. RGB value is (237,168,153). Sum of RGB (Red+Green+Blue) = 237+168+153=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA899 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA899 is #125766. Grayscale: #BBBBBB. Windows color (decimal): -1202023 or 10070253. OLE color: 10070253.

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

Color convert

RGB 237 168 153 -
CMYK 0 0.29 0.35 0.07
HSL 10.71º 0.7% 0.76% -
HSV(B) 10.71º 0.35% 0.93% -
XYZ 54.68 48.31 36.58 -
YUV 186.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 237 168 153 0 0.29 0.35 0.07 10.71 0.7 0.76
Hex ED A8 99 0 1D 23 7 B 46 4C
Octal 355 250 231 0 35 43 7 13 106 114
Binary 11101101 10101000 10011001 0 11101 100011 111 1011 1000110 1001100

Color Harmonies of #EDA899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA899

Black with #EDA899

Text Example


Text Example

White with #EDA899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA899; }

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

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

background-color css

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

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

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

border-color css

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

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

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