Html Css Color HEX #EFC4BE Beauty Bush

📋 copy color: '#EFC4BE'

red 239 ◦ green 196 ◦ blue 190

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

Shades of Beauty Bush #EFC4BE

Tints of Beauty Bush #EFC4BE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.36%

 BLUE value IS 190 (74.61% from 255) = 30.4%

R = 38.24%
G = 31.36%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFC4BE (or 0xEFC4BE) is known color: Beauty Bush. HEX triplet: EF, C4 and BE. RGB value is (239,196,190). Sum of RGB (Red+Green+Blue) = 239+196+190=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4BE is #103B41. Grayscale: #D0D0D0. Windows color (decimal): -1063746 or 12502255. OLE color: 12502255.

HSL color Cylindrical-coordinate representation of color #EFC4BE: hue angle of 7.35º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFC4BE is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 196 190 -
CMYK 0 0.18 0.21 0.06
HSL 7.35º 0.6% 0.84% -
HSV(B) 7.35º 0.21% 0.94% -
XYZ 64.63 61.55 57.19 -
YUV 208.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 239 196 190 0 0.18 0.21 0.06 7.35 0.6 0.84
Hex EF C4 BE 0 12 15 6 7 3C 54
Octal 357 304 276 0 22 25 6 7 74 124
Binary 11101111 11000100 10111110 0 10010 10101 110 111 111100 1010100

Color Harmonies of #EFC4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4BE

Black with #EFC4BE

Text Example


Text Example

White with #EFC4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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