Html Css Color HEX #EFBBAF Beauty Bush

📋 copy color: '#EFBBAF'

red 239 ◦ green 187 ◦ blue 175

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

Shades of Beauty Bush #EFBBAF

Tints of Beauty Bush #EFBBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.11%

 BLUE value IS 175 (68.75% from 255) = 29.12%

R = 39.77%
G = 31.11%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFBBAF (or 0xEFBBAF) is known color: Beauty Bush. HEX triplet: EF, BB and AF. RGB value is (239,187,175). Sum of RGB (Red+Green+Blue) = 239+187+175=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBBAF is #104450. Grayscale: #C9C9C9. Windows color (decimal): -1066065 or 11516911. OLE color: 11516911.

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

Color convert

RGB 239 187 175 -
CMYK 0 0.22 0.27 0.06
HSL 11.25º 0.67% 0.81% -
HSV(B) 11.25º 0.27% 0.94% -
XYZ 61.1 56.99 48.34 -
YUV 201.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 239 187 175 0 0.22 0.27 0.06 11.25 0.67 0.81
Hex EF BB AF 0 16 1B 6 B 43 51
Octal 357 273 257 0 26 33 6 13 103 121
Binary 11101111 10111011 10101111 0 10110 11011 110 1011 1000011 1010001

Color Harmonies of #EFBBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBAF

Black with #EFBBAF

Text Example


Text Example

White with #EFBBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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