Html Css Color HEX #EFC0BB Beauty Bush

📋 copy color: '#EFC0BB'

red 239 ◦ green 192 ◦ blue 187

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

Shades of Beauty Bush #EFC0BB

Tints of Beauty Bush #EFC0BB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.07%

 BLUE value IS 187 (73.44% from 255) = 30.26%

R = 38.67%
G = 31.07%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFC0BB (or 0xEFC0BB) is known color: Beauty Bush. HEX triplet: EF, C0 and BB. RGB value is (239,192,187). Sum of RGB (Red+Green+Blue) = 239+192+187=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0BB is #103F44. Grayscale: #CDCDCD. Windows color (decimal): -1064773 or 12304623. OLE color: 12304623.

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

Color convert

RGB 239 192 187 -
CMYK 0 0.20 0.22 0.06
HSL 5.77º 0.62% 0.84% -
HSV(B) 5.77º 0.22% 0.94% -
XYZ 63.42 59.64 55.18 -
YUV 205.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 239 192 187 0 0.20 0.22 0.06 5.77 0.62 0.84
Hex EF C0 BB 0 14 16 6 6 3E 54
Octal 357 300 273 0 24 26 6 6 76 124
Binary 11101111 11000000 10111011 0 10100 10110 110 110 111110 1010100

Color Harmonies of #EFC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0BB

Black with #EFC0BB

Text Example


Text Example

White with #EFC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0BB; }

 p { color: rgb(239,192,187); }

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

background-color css

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

 a { background-color: rgb(239,192,187); }

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

border-color css

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

 span { border-color: rgb(239,192,187); }

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