Html Css Color HEX #EFBFBE Beauty Bush

📋 copy color: '#EFBFBE'

red 239 ◦ green 191 ◦ blue 190

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

Shades of Beauty Bush #EFBFBE

Tints of Beauty Bush #EFBFBE

RGB

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

 GREEN value IS 191 (75% from 255) = 30.81%

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

R = 38.55%
G = 30.81%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFBFBE (or 0xEFBFBE) is known color: Beauty Bush. HEX triplet: EF, BF and BE. RGB value is (239,191,190). Sum of RGB (Red+Green+Blue) = 239+191+190=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFBE is #104041. Grayscale: #CDCDCD. Windows color (decimal): -1065026 or 12500975. OLE color: 12500975.

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

Color convert

RGB 239 191 190 -
CMYK 0 0.20 0.21 0.06
HSL 1.22º 0.6% 0.84% -
HSV(B) 1.22º 0.21% 0.94% -
XYZ 63.52 59.33 56.82 -
YUV 205.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 239 191 190 0 0.20 0.21 0.06 1.22 0.6 0.84
Hex EF BF BE 0 14 15 6 1 3C 54
Octal 357 277 276 0 24 25 6 1 74 124
Binary 11101111 10111111 10111110 0 10100 10101 110 1 111100 1010100

Color Harmonies of #EFBFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFBE

Black with #EFBFBE

Text Example


Text Example

White with #EFBFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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