Html Css Color HEX #EFC1B6 Beauty Bush

📋 copy color: '#EFC1B6'

red 239 ◦ green 193 ◦ blue 182

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

Shades of Beauty Bush #EFC1B6

Tints of Beauty Bush #EFC1B6

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.43%

 BLUE value IS 182 (71.48% from 255) = 29.64%

R = 38.93%
G = 31.43%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFC1B6 (or 0xEFC1B6) is known color: Beauty Bush. HEX triplet: EF, C1 and B6. RGB value is (239,193,182). Sum of RGB (Red+Green+Blue) = 239+193+182=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 182 (71.48% from 255 or 29.64% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1B6 is #103E49. Grayscale: #CDCDCD. Windows color (decimal): -1064522 or 11977199. OLE color: 11977199.

HSL color Cylindrical-coordinate representation of color #EFC1B6: hue angle of 11.58º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFC1B6 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 193 182 -
CMYK 0 0.19 0.24 0.06
HSL 11.58º 0.64% 0.83% -
HSV(B) 11.58º 0.24% 0.94% -
XYZ 63.11 59.87 52.49 -
YUV 205.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 239 193 182 0 0.19 0.24 0.06 11.58 0.64 0.83
Hex EF C1 B6 0 13 18 6 C 40 53
Octal 357 301 266 0 23 30 6 14 100 123
Binary 11101111 11000001 10110110 0 10011 11000 110 1100 1000000 1010011

Color Harmonies of #EFC1B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1B6

Black with #EFC1B6

Text Example


Text Example

White with #EFC1B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1B6; }

 p { color: rgb(239,193,182); }

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

background-color css

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

 a { background-color: rgb(239,193,182); }

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

border-color css

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

 span { border-color: rgb(239,193,182); }

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