Html Css Color HEX #EFBEBD Beauty Bush

📋 copy color: '#EFBEBD'

red 239 ◦ green 190 ◦ blue 189

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

Shades of Beauty Bush #EFBEBD

Tints of Beauty Bush #EFBEBD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.74%

 BLUE value IS 189 (74.22% from 255) = 30.58%

R = 38.67%
G = 30.74%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFBEBD (or 0xEFBEBD) is known color: Beauty Bush. HEX triplet: EF, BE and BD. RGB value is (239,190,189). Sum of RGB (Red+Green+Blue) = 239+190+189=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEBD is #104142. Grayscale: #CCCCCC. Windows color (decimal): -1065283 or 12435183. OLE color: 12435183.

HSL color Cylindrical-coordinate representation of color #EFBEBD: hue angle of 1.2º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBEBD is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 190 189 -
CMYK 0 0.21 0.21 0.06
HSL 1.2º 0.61% 0.84% -
HSV(B) 1.2º 0.21% 0.94% -
XYZ 63.2 58.85 56.17 -
YUV 204.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 239 190 189 0 0.21 0.21 0.06 1.2 0.61 0.84
Hex EF BE BD 0 15 15 6 1 3D 54
Octal 357 276 275 0 25 25 6 1 75 124
Binary 11101111 10111110 10111101 0 10101 10101 110 1 111101 1010100

Color Harmonies of #EFBEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEBD

Black with #EFBEBD

Text Example


Text Example

White with #EFBEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEBD; }

 p { color: rgb(239,190,189); }

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

background-color css

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

 a { background-color: rgb(239,190,189); }

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

border-color css

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

 span { border-color: rgb(239,190,189); }

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