Html Css Color HEX #EFB5B4 Beauty Bush

📋 copy color: '#EFB5B4'

red 239 ◦ green 181 ◦ blue 180

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

Shades of Beauty Bush #EFB5B4

Tints of Beauty Bush #EFB5B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30%

R = 39.83%
G = 30.17%
B = 30%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFB5B4 (or 0xEFB5B4) is known color: Beauty Bush. HEX triplet: EF, B5 and B4. RGB value is (239,181,180). Sum of RGB (Red+Green+Blue) = 239+181+180=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 181 (71.09% from 255 or 30.17% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5B4 is #104A4B. Grayscale: #C6C6C6. Windows color (decimal): -1067596 or 11843055. OLE color: 11843055.

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

Color convert

RGB 239 181 180 -
CMYK 0 0.24 0.25 0.06
HSL 1.02º 0.65% 0.82% -
HSV(B) 1.02º 0.25% 0.94% -
XYZ 60.36 54.69 50.56 -
YUV 198.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 239 181 180 0 0.24 0.25 0.06 1.02 0.65 0.82
Hex EF B5 B4 0 18 19 6 1 41 52
Octal 357 265 264 0 30 31 6 1 101 122
Binary 11101111 10110101 10110100 0 11000 11001 110 1 1000001 1010010

Color Harmonies of #EFB5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB5B4

Black with #EFB5B4

Text Example


Text Example

White with #EFB5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB5B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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