Html Css Color HEX #EFC2BE Beauty Bush

📋 copy color: '#EFC2BE'

red 239 ◦ green 194 ◦ blue 190

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

Shades of Beauty Bush #EFC2BE

Tints of Beauty Bush #EFC2BE

RGB

 RED value IS 239 (93.75% from 255) = 38.36%

 GREEN value IS 194 (76.17% from 255) = 31.14%

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

R = 38.36%
G = 31.14%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFC2BE (or 0xEFC2BE) is known color: Beauty Bush. HEX triplet: EF, C2 and BE. RGB value is (239,194,190). Sum of RGB (Red+Green+Blue) = 239+194+190=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2BE is #103D41. Grayscale: #CFCFCF. Windows color (decimal): -1064258 or 12501743. OLE color: 12501743.

HSL color Cylindrical-coordinate representation of color #EFC2BE: hue angle of 4.9º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFC2BE is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 194 190 -
CMYK 0 0.19 0.21 0.06
HSL 4.9º 0.6% 0.84% -
HSV(B) 4.9º 0.21% 0.94% -
XYZ 64.18 60.65 57.04 -
YUV 207 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 239 194 190 0 0.19 0.21 0.06 4.9 0.6 0.84
Hex EF C2 BE 0 13 15 6 5 3C 54
Octal 357 302 276 0 23 25 6 5 74 124
Binary 11101111 11000010 10111110 0 10011 10101 110 101 111100 1010100

Color Harmonies of #EFC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC2BE

Black with #EFC2BE

Text Example


Text Example

White with #EFC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC2BE; }

 p { color: rgb(239,194,190); }

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

background-color css

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

 a { background-color: rgb(239,194,190); }

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

border-color css

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

 span { border-color: rgb(239,194,190); }

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