#EDC3BE

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

Shades of Beauty Bush #EDC3BE

Tints of Beauty Bush #EDC3BE

Color information

#EDC3BE (or 0xEDC3BE) is unknown color: approx Beauty Bush. HEX triplet: ED, C3 and BE. RGB value is (237,195,190). Sum of RGB (Red+Green+Blue) = 237+195+190=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC3BE is #123C41. Grayscale: #CFCFCF. Windows color (decimal): -1195074 or 12501997. OLE color: 12501997.

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

Color convert

RGB237195190-
CMYK00.180.200.07
HSL6.38º56.63%83.73%-
HSV(B)6.38º19.83%92.94%-
XYZ63.7360.7557.08-
YUV206.99118.41149.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 195 (76.56% from 255) = 31.35%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=38.10%
G=31.35%
B=30.55%

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
Decimal23719519000.180.200.076.3856.6383.73
HexEDC3BE01214763954
Octal355303276022247671124
Binary111011011100001110111110010010101001111101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC3BE; }

 p { color: rgb(237,195,190); }

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

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

 a { background-color: rgb(237,195,190); }

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

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

 span { border-color: rgb(237,195,190); }

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