Html Css Color HEX #EFB9AE Beauty Bush

📋 copy color: '#EFB9AE'

red 239 ◦ green 185 ◦ blue 174

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

Shades of Beauty Bush #EFB9AE

Tints of Beauty Bush #EFB9AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.1%

R = 39.97%
G = 30.94%
B = 29.1%

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

#EFB9AE (or 0xEFB9AE) is known color: Beauty Bush. HEX triplet: EF, B9 and AE. RGB value is (239,185,174). Sum of RGB (Red+Green+Blue) = 239+185+174=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB9AE is #104651. Grayscale: #C7C7C7. Windows color (decimal): -1066578 or 11450863. OLE color: 11450863.

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

Color convert

RGB 239 185 174 -
CMYK 0 0.23 0.27 0.06
HSL 10.15º 0.67% 0.81% -
HSV(B) 10.15º 0.27% 0.94% -
XYZ 60.59 56.1 47.68 -
YUV 199.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 239 185 174 0 0.23 0.27 0.06 10.15 0.67 0.81
Hex EF B9 AE 0 17 1B 6 A 43 51
Octal 357 271 256 0 27 33 6 12 103 121
Binary 11101111 10111001 10101110 0 10111 11011 110 1010 1000011 1010001

Color Harmonies of #EFB9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9AE

Black with #EFB9AE

Text Example


Text Example

White with #EFB9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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