#EDB9AE

Color #EDB9AE Beauty Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beauty Bush #EDB9AE

Tints of Beauty Bush #EDB9AE

Color information

#EDB9AE (or 0xEDB9AE) is unknown color: approx Beauty Bush. HEX triplet: ED, B9 and AE. RGB value is (237,185,174). Sum of RGB (Red+Green+Blue) = 237+185+174=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB9AE is #124651. Grayscale: #C7C7C7. Windows color (decimal): -1197650 or 11450861. OLE color: 11450861.

HSL color Cylindrical-coordinate representation of color #EDB9AE: hue angle of 10.48º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDB9AE is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237185174-
CMYK00.220.270.07
HSL10.48º63.64%80.59%-
HSV(B)10.48º26.58%92.94%-
XYZ59.9155.7647.65-
YUV199.29113.73154.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.77%
GREEN value IS 185 (72.66% from 255) = 31.04%
BLUE value IS 174 (68.36% from 255) = 29.19%
R=39.77%
G=31.04%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718517400.220.270.0710.4863.6480.59
HexEDB9AE0161B7a4051
Octal35527125602633712100121
Binary11101101101110011010111001011011011111101010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB9AE; }

 p { color: rgb(237,185,174); }

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

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

 a { background-color: rgb(237,185,174); }

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

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

 span { border-color: rgb(237,185,174); }

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