Html Css Color HEX #EFB3AF Beauty Bush

📋 copy color: '#EFB3AF'

red 239 ◦ green 179 ◦ blue 175

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

Shades of Beauty Bush #EFB3AF

Tints of Beauty Bush #EFB3AF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.19%

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

R = 40.3%
G = 30.19%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFB3AF (or 0xEFB3AF) is known color: Beauty Bush. HEX triplet: EF, B3 and AF. RGB value is (239,179,175). Sum of RGB (Red+Green+Blue) = 239+179+175=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB3AF is #104C50. Grayscale: #C4C4C4. Windows color (decimal): -1068113 or 11514863. OLE color: 11514863.

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

Color convert

RGB 239 179 175 -
CMYK 0 0.25 0.27 0.06
HSL 3.75º 0.67% 0.81% -
HSV(B) 3.75º 0.27% 0.94% -
XYZ 59.45 53.69 47.79 -
YUV 196.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 239 179 175 0 0.25 0.27 0.06 3.75 0.67 0.81
Hex EF B3 AF 0 19 1B 6 4 43 51
Octal 357 263 257 0 31 33 6 4 103 121
Binary 11101111 10110011 10101111 0 11001 11011 110 100 1000011 1010001

Color Harmonies of #EFB3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB3AF

Black with #EFB3AF

Text Example


Text Example

White with #EFB3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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