Html Css Color HEX #EDC4BE Beauty Bush

📋 copy color: '#EDC4BE'

red 237 ◦ green 196 ◦ blue 190

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

Shades of Beauty Bush #EDC4BE

Tints of Beauty Bush #EDC4BE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.46%

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

R = 38.04%
G = 31.46%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDC4BE (or 0xEDC4BE) is known color: Beauty Bush. HEX triplet: ED, C4 and BE. RGB value is (237,196,190). Sum of RGB (Red+Green+Blue) = 237+196+190=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC4BE is #123B41. Grayscale: #CFCFCF. Windows color (decimal): -1194818 or 12502253. OLE color: 12502253.

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

Color convert

RGB 237 196 190 -
CMYK 0 0.17 0.20 0.07
HSL 7.66º 0.57% 0.84% -
HSV(B) 7.66º 0.2% 0.93% -
XYZ 63.96 61.2 57.16 -
YUV 207.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 237 196 190 0 0.17 0.20 0.07 7.66 0.57 0.84
Hex ED C4 BE 0 11 14 7 8 39 54
Octal 355 304 276 0 21 24 7 10 71 124
Binary 11101101 11000100 10111110 0 10001 10100 111 1000 111001 1010100

Color Harmonies of #EDC4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC4BE

Black with #EDC4BE

Text Example


Text Example

White with #EDC4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC4BE; }

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

 H1.HeaderClassName
 {
   color: #EDC4BE;
 }
 .AnyTagClassName
 {
   color: #EDC4BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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