Html Css Color HEX #EDA699 Wax Flower

📋 copy color: '#EDA699'

red 237 ◦ green 166 ◦ blue 153

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

Shades of Wax Flower #EDA699

Tints of Wax Flower #EDA699

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.86%

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

R = 42.63%
G = 29.86%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDA699 (or 0xEDA699) is known color: Wax Flower. HEX triplet: ED, A6 and 99. RGB value is (237,166,153). Sum of RGB (Red+Green+Blue) = 237+166+153=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA699 is #125966. Grayscale: #B9B9B9. Windows color (decimal): -1202535 or 10069741. OLE color: 10069741.

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

Color convert

RGB 237 166 153 -
CMYK 0 0.30 0.35 0.07
HSL 9.29º 0.7% 0.76% -
HSV(B) 9.29º 0.35% 0.93% -
XYZ 54.31 47.58 36.46 -
YUV 185.75 109.52 164.56 -
System Red Green Blue C M Y K H S L
Decimal 237 166 153 0 0.30 0.35 0.07 9.29 0.7 0.76
Hex ED A6 99 0 1E 23 7 9 46 4C
Octal 355 246 231 0 36 43 7 11 106 114
Binary 11101101 10100110 10011001 0 11110 100011 111 1001 1000110 1001100

Color Harmonies of #EDA699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA699

Black with #EDA699

Text Example


Text Example

White with #EDA699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA699; }

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

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

background-color css

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

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

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

border-color css

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

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

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