Html Css Color HEX #EFBEB2 Beauty Bush

📋 copy color: '#EFBEB2'

red 239 ◦ green 190 ◦ blue 178

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

Shades of Beauty Bush #EFBEB2

Tints of Beauty Bush #EFBEB2

RGB

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

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

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

R = 39.37%
G = 31.3%
B = 29.32%

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

#EFBEB2 (or 0xEFBEB2) is known color: Beauty Bush. HEX triplet: EF, BE and B2. RGB value is (239,190,178). Sum of RGB (Red+Green+Blue) = 239+190+178=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBEB2 is #10414D. Grayscale: #CBCBCB. Windows color (decimal): -1065294 or 11714287. OLE color: 11714287.

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

Color convert

RGB 239 190 178 -
CMYK 0 0.21 0.26 0.06
HSL 11.8º 0.66% 0.82% -
HSV(B) 11.8º 0.26% 0.94% -
XYZ 62.05 58.39 50.12 -
YUV 203.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 239 190 178 0 0.21 0.26 0.06 11.8 0.66 0.82
Hex EF BE B2 0 15 1A 6 C 42 52
Octal 357 276 262 0 25 32 6 14 102 122
Binary 11101111 10111110 10110010 0 10101 11010 110 1100 1000010 1010010

Color Harmonies of #EFBEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEB2

Black with #EFBEB2

Text Example


Text Example

White with #EFBEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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