#EDB19A

Color #EDB19A Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #EDB19A

Tints of Wax Flower #EDB19A

Color information

#EDB19A (or 0xEDB19A) is unknown color: approx Wax Flower. HEX triplet: ED, B1 and 9A. RGB value is (237,177,154). Sum of RGB (Red+Green+Blue) = 237+177+154=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB19A is #124E65. Grayscale: #C0C0C0. Windows color (decimal): -1199718 or 10138093. OLE color: 10138093.

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

Color convert

RGB237177154-
CMYK00.250.350.07
HSL16.63º69.75%76.67%-
HSV(B)16.63º35.02%92.94%-
XYZ56.4851.7837.59-
YUV192.32106.38159.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 154 (60.55% from 255) = 27.11%
R=41.73%
G=31.16%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717715400.250.350.0716.6369.7576.67
HexEDB19A01923711464d
Octal35526123203143721106115
Binary1110110110110001100110100110011000111111000110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB19A; }

 p { color: rgb(237,177,154); }

 H1.HeaderClassName
 {
   color: #EDB19A;
 }
 .AnyTagClassName
 {
   color: #EDB19A;
 }
</style>
background-color css

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

 a { background-color: rgb(237,177,154); }

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

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

 span { border-color: rgb(237,177,154); }

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