Html Css Color HEX #EFC0B4 Beauty Bush

📋 copy color: '#EFC0B4'

red 239 ◦ green 192 ◦ blue 180

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

Shades of Beauty Bush #EFC0B4

Tints of Beauty Bush #EFC0B4

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.42%

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

R = 39.12%
G = 31.42%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFC0B4 (or 0xEFC0B4) is known color: Beauty Bush. HEX triplet: EF, C0 and B4. RGB value is (239,192,180). Sum of RGB (Red+Green+Blue) = 239+192+180=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0B4 is #103F4B. Grayscale: #CCCCCC. Windows color (decimal): -1064780 or 11845871. OLE color: 11845871.

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

Color convert

RGB 239 192 180 -
CMYK 0 0.20 0.25 0.06
HSL 12.2º 0.65% 0.82% -
HSV(B) 12.2º 0.25% 0.94% -
XYZ 62.68 59.35 51.33 -
YUV 204.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 239 192 180 0 0.20 0.25 0.06 12.2 0.65 0.82
Hex EF C0 B4 0 14 19 6 C 41 52
Octal 357 300 264 0 24 31 6 14 101 122
Binary 11101111 11000000 10110100 0 10100 11001 110 1100 1000001 1010010

Color Harmonies of #EFC0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0B4

Black with #EFC0B4

Text Example


Text Example

White with #EFC0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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