Html Css Color HEX #EFBBB2 Beauty Bush

📋 copy color: '#EFBBB2'

red 239 ◦ green 187 ◦ blue 178

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

Shades of Beauty Bush #EFBBB2

Tints of Beauty Bush #EFBBB2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.96%

 BLUE value IS 178 (69.92% from 255) = 29.47%

R = 39.57%
G = 30.96%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFBBB2 (or 0xEFBBB2) is known color: Beauty Bush. HEX triplet: EF, BB and B2. RGB value is (239,187,178). Sum of RGB (Red+Green+Blue) = 239+187+178=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 178 (69.92% from 255 or 29.47% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBBB2 is #10444D. Grayscale: #C9C9C9. Windows color (decimal): -1066062 or 11713519. OLE color: 11713519.

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

Color convert

RGB 239 187 178 -
CMYK 0 0.22 0.26 0.06
HSL 8.85º 0.66% 0.82% -
HSV(B) 8.85º 0.26% 0.94% -
XYZ 61.4 57.11 49.91 -
YUV 201.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 239 187 178 0 0.22 0.26 0.06 8.85 0.66 0.82
Hex EF BB B2 0 16 1A 6 9 42 52
Octal 357 273 262 0 26 32 6 11 102 122
Binary 11101111 10111011 10110010 0 10110 11010 110 1001 1000010 1010010

Color Harmonies of #EFBBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBB2

Black with #EFBBB2

Text Example


Text Example

White with #EFBBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBB2; }

 p { color: rgb(239,187,178); }

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

background-color css

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

 a { background-color: rgb(239,187,178); }

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

border-color css

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

 span { border-color: rgb(239,187,178); }

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