Html Css Color HEX #EFC3BE Beauty Bush

📋 copy color: '#EFC3BE'

red 239 ◦ green 195 ◦ blue 190

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

Shades of Beauty Bush #EFC3BE

Tints of Beauty Bush #EFC3BE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.25%

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

R = 38.3%
G = 31.25%
B = 30.45%

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

#EFC3BE (or 0xEFC3BE) is known color: Beauty Bush. HEX triplet: EF, C3 and BE. RGB value is (239,195,190). Sum of RGB (Red+Green+Blue) = 239+195+190=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3BE is #103C41. Grayscale: #CFCFCF. Windows color (decimal): -1064002 or 12501999. OLE color: 12501999.

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

Color convert

RGB 239 195 190 -
CMYK 0 0.18 0.21 0.06
HSL 6.12º 0.6% 0.84% -
HSV(B) 6.12º 0.21% 0.94% -
XYZ 64.41 61.1 57.11 -
YUV 207.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 239 195 190 0 0.18 0.21 0.06 6.12 0.6 0.84
Hex EF C3 BE 0 12 15 6 6 3C 54
Octal 357 303 276 0 22 25 6 6 74 124
Binary 11101111 11000011 10111110 0 10010 10101 110 110 111100 1010100

Color Harmonies of #EFC3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3BE

Black with #EFC3BE

Text Example


Text Example

White with #EFC3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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