Html Css Color HEX #EDA993 Wax Flower

📋 copy color: '#EDA993'

red 237 ◦ green 169 ◦ blue 147

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

Shades of Wax Flower #EDA993

Tints of Wax Flower #EDA993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.58%

R = 42.86%
G = 30.56%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDA993 (or 0xEDA993) is known color: Wax Flower. HEX triplet: ED, A9 and 93. RGB value is (237,169,147). Sum of RGB (Red+Green+Blue) = 237+169+147=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA993 is #12566C. Grayscale: #BABABA. Windows color (decimal): -1201773 or 9677293. OLE color: 9677293.

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

Color convert

RGB 237 169 147 -
CMYK 0 0.29 0.38 0.07
HSL 14.67º 0.71% 0.75% -
HSV(B) 14.67º 0.38% 0.93% -
XYZ 54.38 48.49 34.1 -
YUV 186.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 237 169 147 0 0.29 0.38 0.07 14.67 0.71 0.75
Hex ED A9 93 0 1D 26 7 F 47 4B
Octal 355 251 223 0 35 46 7 17 107 113
Binary 11101101 10101001 10010011 0 11101 100110 111 1111 1000111 1001011

Color Harmonies of #EDA993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA993

Black with #EDA993

Text Example


Text Example

White with #EDA993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA993; }

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

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

background-color css

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

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

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

border-color css

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

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

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