Html Css Color HEX #EFBAB2 Beauty Bush

📋 copy color: '#EFBAB2'

red 239 ◦ green 186 ◦ blue 178

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

Shades of Beauty Bush #EFBAB2

Tints of Beauty Bush #EFBAB2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.85%

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

R = 39.64%
G = 30.85%
B = 29.52%

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

#EFBAB2 (or 0xEFBAB2) is known color: Beauty Bush. HEX triplet: EF, BA and B2. RGB value is (239,186,178). Sum of RGB (Red+Green+Blue) = 239+186+178=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBAB2 is #10454D. Grayscale: #C9C9C9. Windows color (decimal): -1066318 or 11713263. OLE color: 11713263.

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

Color convert

RGB 239 186 178 -
CMYK 0 0.22 0.26 0.06
HSL 7.87º 0.66% 0.82% -
HSV(B) 7.87º 0.26% 0.94% -
XYZ 61.19 56.68 49.84 -
YUV 200.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 239 186 178 0 0.22 0.26 0.06 7.87 0.66 0.82
Hex EF BA B2 0 16 1A 6 8 42 52
Octal 357 272 262 0 26 32 6 10 102 122
Binary 11101111 10111010 10110010 0 10110 11010 110 1000 1000010 1010010

Color Harmonies of #EFBAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAB2

Black with #EFBAB2

Text Example


Text Example

White with #EFBAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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