Html Css Color HEX #EFB5AF Beauty Bush

📋 copy color: '#EFB5AF'

red 239 ◦ green 181 ◦ blue 175

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

Shades of Beauty Bush #EFB5AF

Tints of Beauty Bush #EFB5AF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.42%

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

R = 40.17%
G = 30.42%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFB5AF (or 0xEFB5AF) is known color: Beauty Bush. HEX triplet: EF, B5 and AF. RGB value is (239,181,175). Sum of RGB (Red+Green+Blue) = 239+181+175=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB5AF is #104A50. Grayscale: #C5C5C5. Windows color (decimal): -1067601 or 11515375. OLE color: 11515375.

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

Color convert

RGB 239 181 175 -
CMYK 0 0.24 0.27 0.06
HSL 5.63º 0.67% 0.81% -
HSV(B) 5.63º 0.27% 0.94% -
XYZ 59.86 54.49 47.92 -
YUV 197.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 239 181 175 0 0.24 0.27 0.06 5.63 0.67 0.81
Hex EF B5 AF 0 18 1B 6 6 43 51
Octal 357 265 257 0 30 33 6 6 103 121
Binary 11101111 10110101 10101111 0 11000 11011 110 110 1000011 1010001

Color Harmonies of #EFB5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB5AF

Black with #EFB5AF

Text Example


Text Example

White with #EFB5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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