Html Css Color HEX #EDA99A Wax Flower

📋 copy color: '#EDA99A'

red 237 ◦ green 169 ◦ blue 154

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

Shades of Wax Flower #EDA99A

Tints of Wax Flower #EDA99A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.5%

R = 42.32%
G = 30.18%
B = 27.5%

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

#EDA99A (or 0xEDA99A) is known color: Wax Flower. HEX triplet: ED, A9 and 9A. RGB value is (237,169,154). Sum of RGB (Red+Green+Blue) = 237+169+154=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA99A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA99A is #125665. Grayscale: #BBBBBB. Windows color (decimal): -1201766 or 10136045. OLE color: 10136045.

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

Color convert

RGB 237 169 154 -
CMYK 0 0.29 0.35 0.07
HSL 10.84º 0.7% 0.77% -
HSV(B) 10.84º 0.35% 0.93% -
XYZ 54.95 48.71 37.08 -
YUV 187.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 237 169 154 0 0.29 0.35 0.07 10.84 0.7 0.77
Hex ED A9 9A 0 1D 23 7 B 46 4D
Octal 355 251 232 0 35 43 7 13 106 115
Binary 11101101 10101001 10011010 0 11101 100011 111 1011 1000110 1001101

Color Harmonies of #EDA99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA99A

Black with #EDA99A

Text Example


Text Example

White with #EDA99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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