Html Css Color HEX #EFB9AF Beauty Bush

📋 copy color: '#EFB9AF'

red 239 ◦ green 185 ◦ blue 175

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

Shades of Beauty Bush #EFB9AF

Tints of Beauty Bush #EFB9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.88%

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

R = 39.9%
G = 30.88%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFB9AF (or 0xEFB9AF) is known color: Beauty Bush. HEX triplet: EF, B9 and AF. RGB value is (239,185,175). Sum of RGB (Red+Green+Blue) = 239+185+175=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB9AF is #104650. Grayscale: #C8C8C8. Windows color (decimal): -1066577 or 11516399. OLE color: 11516399.

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

Color convert

RGB 239 185 175 -
CMYK 0 0.23 0.27 0.06
HSL 9.38º 0.67% 0.81% -
HSV(B) 9.38º 0.27% 0.94% -
XYZ 60.68 56.14 48.2 -
YUV 200.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 239 185 175 0 0.23 0.27 0.06 9.38 0.67 0.81
Hex EF B9 AF 0 17 1B 6 9 43 51
Octal 357 271 257 0 27 33 6 11 103 121
Binary 11101111 10111001 10101111 0 10111 11011 110 1001 1000011 1010001

Color Harmonies of #EFB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9AF

Black with #EFB9AF

Text Example


Text Example

White with #EFB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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