Html Css Color HEX #EFC2B7 Beauty Bush

📋 copy color: '#EFC2B7'

red 239 ◦ green 194 ◦ blue 183

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

Shades of Beauty Bush #EFC2B7

Tints of Beauty Bush #EFC2B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.71%

R = 38.8%
G = 31.49%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFC2B7 (or 0xEFC2B7) is known color: Beauty Bush. HEX triplet: EF, C2 and B7. RGB value is (239,194,183). Sum of RGB (Red+Green+Blue) = 239+194+183=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 183 (71.88% from 255 or 29.71% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2B7 is #103D48. Grayscale: #CECECE. Windows color (decimal): -1064265 or 12042991. OLE color: 12042991.

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

Color convert

RGB 239 194 183 -
CMYK 0 0.19 0.23 0.06
HSL 11.79º 0.64% 0.83% -
HSV(B) 11.79º 0.23% 0.94% -
XYZ 63.44 60.35 53.11 -
YUV 206.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 239 194 183 0 0.19 0.23 0.06 11.79 0.64 0.83
Hex EF C2 B7 0 13 17 6 C 40 53
Octal 357 302 267 0 23 27 6 14 100 123
Binary 11101111 11000010 10110111 0 10011 10111 110 1100 1000000 1010011

Color Harmonies of #EFC2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC2B7

Black with #EFC2B7

Text Example


Text Example

White with #EFC2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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