Html Css Color HEX #EFBEBC Beauty Bush

📋 copy color: '#EFBEBC'

red 239 ◦ green 190 ◦ blue 188

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

Shades of Beauty Bush #EFBEBC

Tints of Beauty Bush #EFBEBC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.79%

 BLUE value IS 188 (73.83% from 255) = 30.47%

R = 38.74%
G = 30.79%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFBEBC (or 0xEFBEBC) is known color: Beauty Bush. HEX triplet: EF, BE and BC. RGB value is (239,190,188). Sum of RGB (Red+Green+Blue) = 239+190+188=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEBC is #104143. Grayscale: #CCCCCC. Windows color (decimal): -1065284 or 12369647. OLE color: 12369647.

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

Color convert

RGB 239 190 188 -
CMYK 0 0.21 0.21 0.06
HSL 2.35º 0.61% 0.84% -
HSV(B) 2.35º 0.21% 0.94% -
XYZ 63.09 58.81 55.6 -
YUV 204.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 239 190 188 0 0.21 0.21 0.06 2.35 0.61 0.84
Hex EF BE BC 0 15 15 6 2 3D 54
Octal 357 276 274 0 25 25 6 2 75 124
Binary 11101111 10111110 10111100 0 10101 10101 110 10 111101 1010100

Color Harmonies of #EFBEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEBC

Black with #EFBEBC

Text Example


Text Example

White with #EFBEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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