Html Css Color HEX #EFBCBA Beauty Bush

📋 copy color: '#EFBCBA'

red 239 ◦ green 188 ◦ blue 186

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

Shades of Beauty Bush #EFBCBA

Tints of Beauty Bush #EFBCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.67%

 BLUE value IS 186 (73.05% from 255) = 30.34%

R = 38.99%
G = 30.67%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFBCBA (or 0xEFBCBA) is known color: Beauty Bush. HEX triplet: EF, BC and BA. RGB value is (239,188,186). Sum of RGB (Red+Green+Blue) = 239+188+186=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCBA is #104345. Grayscale: #CBCBCB. Windows color (decimal): -1065798 or 12238063. OLE color: 12238063.

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

Color convert

RGB 239 188 186 -
CMYK 0 0.21 0.22 0.06
HSL 2.26º 0.62% 0.83% -
HSV(B) 2.26º 0.22% 0.94% -
XYZ 62.44 57.86 54.33 -
YUV 203.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 239 188 186 0 0.21 0.22 0.06 2.26 0.62 0.83
Hex EF BC BA 0 15 16 6 2 3E 53
Octal 357 274 272 0 25 26 6 2 76 123
Binary 11101111 10111100 10111010 0 10101 10110 110 10 111110 1010011

Color Harmonies of #EFBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCBA

Black with #EFBCBA

Text Example


Text Example

White with #EFBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCBA; }

 p { color: rgb(239,188,186); }

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

background-color css

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

 a { background-color: rgb(239,188,186); }

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

border-color css

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

 span { border-color: rgb(239,188,186); }

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