Html Css Color HEX #EFBDB3 Beauty Bush

📋 copy color: '#EFBDB3'

red 239 ◦ green 189 ◦ blue 179

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

Shades of Beauty Bush #EFBDB3

Tints of Beauty Bush #EFBDB3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.14%

 BLUE value IS 179 (70.31% from 255) = 29.49%

R = 39.37%
G = 31.14%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFBDB3 (or 0xEFBDB3) is known color: Beauty Bush. HEX triplet: EF, BD and B3. RGB value is (239,189,179). Sum of RGB (Red+Green+Blue) = 239+189+179=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDB3 is #10424C. Grayscale: #CACACA. Windows color (decimal): -1065549 or 11779567. OLE color: 11779567.

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

Color convert

RGB 239 189 179 -
CMYK 0 0.21 0.25 0.06
HSL 10º 0.65% 0.82% -
HSV(B) 10º 0.25% 0.94% -
XYZ 61.93 58 50.58 -
YUV 202.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 239 189 179 0 0.21 0.25 0.06 10 0.65 0.82
Hex EF BD B3 0 15 19 6 A 41 52
Octal 357 275 263 0 25 31 6 12 101 122
Binary 11101111 10111101 10110011 0 10101 11001 110 1010 1000001 1010010

Color Harmonies of #EFBDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDB3

Black with #EFBDB3

Text Example


Text Example

White with #EFBDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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