Html Css Color HEX #EFB6AE Beauty Bush

📋 copy color: '#EFB6AE'

red 239 ◦ green 182 ◦ blue 174

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

Shades of Beauty Bush #EFB6AE

Tints of Beauty Bush #EFB6AE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.59%

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

R = 40.17%
G = 30.59%
B = 29.24%

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

#EFB6AE (or 0xEFB6AE) is known color: Beauty Bush. HEX triplet: EF, B6 and AE. RGB value is (239,182,174). Sum of RGB (Red+Green+Blue) = 239+182+174=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB6AE is #104951. Grayscale: #C6C6C6. Windows color (decimal): -1067346 or 11450095. OLE color: 11450095.

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

Color convert

RGB 239 182 174 -
CMYK 0 0.24 0.27 0.06
HSL 7.38º 0.67% 0.81% -
HSV(B) 7.38º 0.27% 0.94% -
XYZ 59.96 54.86 47.47 -
YUV 198.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 239 182 174 0 0.24 0.27 0.06 7.38 0.67 0.81
Hex EF B6 AE 0 18 1B 6 7 43 51
Octal 357 266 256 0 30 33 6 7 103 121
Binary 11101111 10110110 10101110 0 11000 11011 110 111 1000011 1010001

Color Harmonies of #EFB6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6AE

Black with #EFB6AE

Text Example


Text Example

White with #EFB6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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