Html Css Color HEX #EFBDB4 Beauty Bush

📋 copy color: '#EFBDB4'

red 239 ◦ green 189 ◦ blue 180

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

Shades of Beauty Bush #EFBDB4

Tints of Beauty Bush #EFBDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.61%

R = 39.31%
G = 31.09%
B = 29.61%

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

#EFBDB4 (or 0xEFBDB4) is known color: Beauty Bush. HEX triplet: EF, BD and B4. RGB value is (239,189,180). Sum of RGB (Red+Green+Blue) = 239+189+180=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDB4 is #10424B. Grayscale: #CBCBCB. Windows color (decimal): -1065548 or 11845103. OLE color: 11845103.

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

Color convert

RGB 239 189 180 -
CMYK 0 0.21 0.25 0.06
HSL 9.15º 0.65% 0.82% -
HSV(B) 9.15º 0.25% 0.94% -
XYZ 62.03 58.04 51.11 -
YUV 202.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 239 189 180 0 0.21 0.25 0.06 9.15 0.65 0.82
Hex EF BD B4 0 15 19 6 9 41 52
Octal 357 275 264 0 25 31 6 11 101 122
Binary 11101111 10111101 10110100 0 10101 11001 110 1001 1000001 1010010

Color Harmonies of #EFBDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDB4

Black with #EFBDB4

Text Example


Text Example

White with #EFBDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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