Html Css Color HEX #EDA992 Wax Flower

📋 copy color: '#EDA992'

red 237 ◦ green 169 ◦ blue 146

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

Shades of Wax Flower #EDA992

Tints of Wax Flower #EDA992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.45%

R = 42.93%
G = 30.62%
B = 26.45%

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

#EDA992 (or 0xEDA992) is known color: Wax Flower. HEX triplet: ED, A9 and 92. RGB value is (237,169,146). Sum of RGB (Red+Green+Blue) = 237+169+146=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA992 is #12566D. Grayscale: #BABABA. Windows color (decimal): -1201774 or 9611757. OLE color: 9611757.

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

Color convert

RGB 237 169 146 -
CMYK 0 0.29 0.38 0.07
HSL 15.16º 0.72% 0.75% -
HSV(B) 15.16º 0.38% 0.93% -
XYZ 54.3 48.46 33.69 -
YUV 186.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 237 169 146 0 0.29 0.38 0.07 15.16 0.72 0.75
Hex ED A9 92 0 1D 26 7 F 48 4B
Octal 355 251 222 0 35 46 7 17 110 113
Binary 11101101 10101001 10010010 0 11101 100110 111 1111 1001000 1001011

Color Harmonies of #EDA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA992

Black with #EDA992

Text Example


Text Example

White with #EDA992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA992; }

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

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

background-color css

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

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

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

border-color css

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

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

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