Html Css Color HEX #EDA99D Wax Flower

📋 copy color: '#EDA99D'

red 237 ◦ green 169 ◦ blue 157

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

Shades of Wax Flower #EDA99D

Tints of Wax Flower #EDA99D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.02%

 BLUE value IS 157 (61.72% from 255) = 27.89%

R = 42.1%
G = 30.02%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDA99D (or 0xEDA99D) is known color: Wax Flower. HEX triplet: ED, A9 and 9D. RGB value is (237,169,157). Sum of RGB (Red+Green+Blue) = 237+169+157=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA99D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA99D is #125662. Grayscale: #BCBCBC. Windows color (decimal): -1201763 or 10332653. OLE color: 10332653.

HSL color Cylindrical-coordinate representation of color #EDA99D: hue angle of 9º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDA99D is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 169 157 -
CMYK 0 0.29 0.34 0.07
HSL 0.69% 0.77% -
HSV(B) 0.34% 0.93% -
XYZ 55.2 48.81 38.41 -
YUV 187.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 237 169 157 0 0.29 0.34 0.07 9 0.69 0.77
Hex ED A9 9D 0 1D 22 7 9 45 4D
Octal 355 251 235 0 35 42 7 11 105 115
Binary 11101101 10101001 10011101 0 11101 100010 111 1001 1000101 1001101

Color Harmonies of #EDA99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA99D

Black with #EDA99D

Text Example


Text Example

White with #EDA99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA99D; }

 p { color: rgb(237,169,157); }

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

background-color css

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

 a { background-color: rgb(237,169,157); }

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

border-color css

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

 span { border-color: rgb(237,169,157); }

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