#EDB39A

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

Shades of Wax Flower #EDB39A

Tints of Wax Flower #EDB39A

Color information

#EDB39A (or 0xEDB39A) is unknown color: approx Wax Flower. HEX triplet: ED, B3 and 9A. RGB value is (237,179,154). Sum of RGB (Red+Green+Blue) = 237+179+154=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB39A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB39A is #124C65. Grayscale: #C1C1C1. Windows color (decimal): -1199206 or 10138605. OLE color: 10138605.

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

Color convert

RGB237179154-
CMYK00.240.350.07
HSL18.07º69.75%76.67%-
HSV(B)18.07º35.02%92.94%-
XYZ56.8852.5837.72-
YUV193.49105.72159.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 179 (70.31% from 255) = 31.40%
BLUE value IS 154 (60.55% from 255) = 27.02%
R=41.58%
G=31.40%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717915400.240.350.0718.0769.7576.67
HexEDB39A01823712464d
Octal35526323203043722106115
Binary1110110110110011100110100110001000111111001010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB39A; }

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

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

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

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

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

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

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

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