Html Css Color HEX #EDA996 Wax Flower

📋 copy color: '#EDA996'

red 237 ◦ green 169 ◦ blue 150

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

Shades of Wax Flower #EDA996

Tints of Wax Flower #EDA996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.98%

R = 42.63%
G = 30.4%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDA996 (or 0xEDA996) is known color: Wax Flower. HEX triplet: ED, A9 and 96. RGB value is (237,169,150). Sum of RGB (Red+Green+Blue) = 237+169+150=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA996 is #125669. Grayscale: #BBBBBB. Windows color (decimal): -1201770 or 9873901. OLE color: 9873901.

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

Color convert

RGB 237 169 150 -
CMYK 0 0.29 0.37 0.07
HSL 13.1º 0.71% 0.76% -
HSV(B) 13.1º 0.37% 0.93% -
XYZ 54.62 48.58 35.35 -
YUV 187.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 237 169 150 0 0.29 0.37 0.07 13.1 0.71 0.76
Hex ED A9 96 0 1D 25 7 D 47 4C
Octal 355 251 226 0 35 45 7 15 107 114
Binary 11101101 10101001 10010110 0 11101 100101 111 1101 1000111 1001100

Color Harmonies of #EDA996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA996

Black with #EDA996

Text Example


Text Example

White with #EDA996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA996; }

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

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

background-color css

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

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

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

border-color css

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

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

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