Html Css Color HEX #EFB8AB Beauty Bush

📋 copy color: '#EFB8AB'

red 239 ◦ green 184 ◦ blue 171

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

Shades of Beauty Bush #EFB8AB

Tints of Beauty Bush #EFB8AB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.98%

 BLUE value IS 171 (67.19% from 255) = 28.79%

R = 40.24%
G = 30.98%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFB8AB (or 0xEFB8AB) is known color: Beauty Bush. HEX triplet: EF, B8 and AB. RGB value is (239,184,171). Sum of RGB (Red+Green+Blue) = 239+184+171=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB8AB is #104754. Grayscale: #C7C7C7. Windows color (decimal): -1066837 or 11253999. OLE color: 11253999.

HSL color Cylindrical-coordinate representation of color #EFB8AB: hue angle of 11.47º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFB8AB is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 184 171 -
CMYK 0 0.23 0.28 0.06
HSL 11.47º 0.68% 0.8% -
HSV(B) 11.47º 0.28% 0.94% -
XYZ 60.09 55.57 46.09 -
YUV 198.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 239 184 171 0 0.23 0.28 0.06 11.47 0.68 0.8
Hex EF B8 AB 0 17 1C 6 B 44 50
Octal 357 270 253 0 27 34 6 13 104 120
Binary 11101111 10111000 10101011 0 10111 11100 110 1011 1000100 1010000

Color Harmonies of #EFB8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB8AB

Black with #EFB8AB

Text Example


Text Example

White with #EFB8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB8AB; }

 p { color: rgb(239,184,171); }

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

background-color css

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

 a { background-color: rgb(239,184,171); }

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

border-color css

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

 span { border-color: rgb(239,184,171); }

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