Html Css Color HEX #EDC3BE Beauty Bush

📋 copy color: '#EDC3BE'

red 237 ◦ green 195 ◦ blue 190

#EDC3BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beauty Bush #EDC3BE

Tints of Beauty Bush #EDC3BE

RGB

 RED value IS 237 (92.97% from 255) = 38.1%

 GREEN value IS 195 (76.56% from 255) = 31.35%

 BLUE value IS 190 (74.61% from 255) = 30.55%

R = 38.1%
G = 31.35%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDC3BE (or 0xEDC3BE) is known color: 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

RGB 237 195 190 -
CMYK 0 0.18 0.20 0.07
HSL 6.38º 0.57% 0.84% -
HSV(B) 6.38º 0.2% 0.93% -
XYZ 63.73 60.75 57.08 -
YUV 206.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 237 195 190 0 0.18 0.20 0.07 6.38 0.57 0.84
Hex ED C3 BE 0 12 14 7 6 39 54
Octal 355 303 276 0 22 24 7 6 71 124
Binary 11101101 11000011 10111110 0 10010 10100 111 110 111001 1010100

Color Harmonies of #EDC3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC3BE

Black with #EDC3BE

Text Example


Text Example

White with #EDC3BE

Text Example


Text Example

HTML Codes & Css Web 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>