Html Css Color HEX #EFBDB2 Beauty Bush

📋 copy color: '#EFBDB2'

red 239 ◦ green 189 ◦ blue 178

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

Shades of Beauty Bush #EFBDB2

Tints of Beauty Bush #EFBDB2

RGB

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

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

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

R = 39.44%
G = 31.19%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFBDB2 (or 0xEFBDB2) is known color: Beauty Bush. HEX triplet: EF, BD and B2. RGB value is (239,189,178). Sum of RGB (Red+Green+Blue) = 239+189+178=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBDB2 is #10424D. Grayscale: #CACACA. Windows color (decimal): -1065550 or 11714031. OLE color: 11714031.

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

Color convert

RGB 239 189 178 -
CMYK 0 0.21 0.26 0.06
HSL 10.82º 0.66% 0.82% -
HSV(B) 10.82º 0.26% 0.94% -
XYZ 61.83 57.96 50.05 -
YUV 202.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 239 189 178 0 0.21 0.26 0.06 10.82 0.66 0.82
Hex EF BD B2 0 15 1A 6 B 42 52
Octal 357 275 262 0 25 32 6 13 102 122
Binary 11101111 10111101 10110010 0 10101 11010 110 1011 1000010 1010010

Color Harmonies of #EFBDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDB2

Black with #EFBDB2

Text Example


Text Example

White with #EFBDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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