Html Css Color HEX #EDA99B Wax Flower

📋 copy color: '#EDA99B'

red 237 ◦ green 169 ◦ blue 155

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

Shades of Wax Flower #EDA99B

Tints of Wax Flower #EDA99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.63%

R = 42.25%
G = 30.12%
B = 27.63%

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

#EDA99B (or 0xEDA99B) is known color: Wax Flower. HEX triplet: ED, A9 and 9B. RGB value is (237,169,155). Sum of RGB (Red+Green+Blue) = 237+169+155=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA99B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA99B is #125664. Grayscale: #BBBBBB. Windows color (decimal): -1201765 or 10201581. OLE color: 10201581.

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

Color convert

RGB 237 169 155 -
CMYK 0 0.29 0.35 0.07
HSL 10.24º 0.69% 0.77% -
HSV(B) 10.24º 0.35% 0.93% -
XYZ 55.03 48.75 37.52 -
YUV 187.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 237 169 155 0 0.29 0.35 0.07 10.24 0.69 0.77
Hex ED A9 9B 0 1D 23 7 A 45 4D
Octal 355 251 233 0 35 43 7 12 105 115
Binary 11101101 10101001 10011011 0 11101 100011 111 1010 1000101 1001101

Color Harmonies of #EDA99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA99B

Black with #EDA99B

Text Example


Text Example

White with #EDA99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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