Html Css Color HEX #EFBAB9 Beauty Bush

📋 copy color: '#EFBAB9'

red 239 ◦ green 186 ◦ blue 185

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

Shades of Beauty Bush #EFBAB9

Tints of Beauty Bush #EFBAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.33%

R = 39.18%
G = 30.49%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFBAB9 (or 0xEFBAB9) is known color: Beauty Bush. HEX triplet: EF, BA and B9. RGB value is (239,186,185). Sum of RGB (Red+Green+Blue) = 239+186+185=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAB9 is #104546. Grayscale: #C9C9C9. Windows color (decimal): -1066311 or 12172015. OLE color: 12172015.

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

Color convert

RGB 239 186 185 -
CMYK 0 0.22 0.23 0.06
HSL 1.11º 0.63% 0.83% -
HSV(B) 1.11º 0.23% 0.94% -
XYZ 61.91 56.97 53.63 -
YUV 201.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 239 186 185 0 0.22 0.23 0.06 1.11 0.63 0.83
Hex EF BA B9 0 16 17 6 1 3F 53
Octal 357 272 271 0 26 27 6 1 77 123
Binary 11101111 10111010 10111001 0 10110 10111 110 1 111111 1010011

Color Harmonies of #EFBAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAB9

Black with #EFBAB9

Text Example


Text Example

White with #EFBAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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