Html Css Color HEX #EFB4AD Beauty Bush

📋 copy color: '#EFB4AD'

red 239 ◦ green 180 ◦ blue 173

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

Shades of Beauty Bush #EFB4AD

Tints of Beauty Bush #EFB4AD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.41%

 BLUE value IS 173 (67.97% from 255) = 29.22%

R = 40.37%
G = 30.41%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFB4AD (or 0xEFB4AD) is known color: Beauty Bush. HEX triplet: EF, B4 and AD. RGB value is (239,180,173). Sum of RGB (Red+Green+Blue) = 239+180+173=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB4AD is #104B52. Grayscale: #C4C4C4. Windows color (decimal): -1067859 or 11384047. OLE color: 11384047.

HSL color Cylindrical-coordinate representation of color #EFB4AD: hue angle of 6.36º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFB4AD is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 180 173 -
CMYK 0 0.25 0.28 0.06
HSL 6.36º 0.67% 0.81% -
HSV(B) 6.36º 0.28% 0.94% -
XYZ 59.46 54.01 46.83 -
YUV 196.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 239 180 173 0 0.25 0.28 0.06 6.36 0.67 0.81
Hex EF B4 AD 0 19 1C 6 6 43 51
Octal 357 264 255 0 31 34 6 6 103 121
Binary 11101111 10110100 10101101 0 11001 11100 110 110 1000011 1010001

Color Harmonies of #EFB4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB4AD

Black with #EFB4AD

Text Example


Text Example

White with #EFB4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB4AD; }

 p { color: rgb(239,180,173); }

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

background-color css

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

 a { background-color: rgb(239,180,173); }

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

border-color css

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

 span { border-color: rgb(239,180,173); }

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