#EDC2BD

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

Shades of Beauty Bush #EDC2BD

Tints of Beauty Bush #EDC2BD

Color information

#EDC2BD (or 0xEDC2BD) is unknown color: approx Beauty Bush. HEX triplet: ED, C2 and BD. RGB value is (237,194,189). Sum of RGB (Red+Green+Blue) = 237+194+189=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2BD is #123D42. Grayscale: #CECECE. Windows color (decimal): -1195331 or 12436205. OLE color: 12436205.

HSL color Cylindrical-coordinate representation of color #EDC2BD: hue angle of 6.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDC2BD is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237194189-
CMYK00.180.200.07
HSL6.25º57.14%83.53%-
HSV(B)6.25º20.25%92.94%-
XYZ63.460.2656.43-
YUV206.29118.25149.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 194 (76.17% from 255) = 31.29%
BLUE value IS 189 (74.22% from 255) = 30.48%
R=38.23%
G=31.29%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719418900.180.200.076.2557.1483.53
HexEDC2BD01214763954
Octal355302275022247671124
Binary111011011100001010111101010010101001111101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC2BD; }

 p { color: rgb(237,194,189); }

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

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

 a { background-color: rgb(237,194,189); }

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

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

 span { border-color: rgb(237,194,189); }

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