Html Css Color HEX #EFBCAF Beauty Bush

📋 copy color: '#EFBCAF'

red 239 ◦ green 188 ◦ blue 175

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

Shades of Beauty Bush #EFBCAF

Tints of Beauty Bush #EFBCAF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.23%

 BLUE value IS 175 (68.75% from 255) = 29.07%

R = 39.7%
G = 31.23%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFBCAF (or 0xEFBCAF) is known color: Beauty Bush. HEX triplet: EF, BC and AF. RGB value is (239,188,175). Sum of RGB (Red+Green+Blue) = 239+188+175=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBCAF is #104350. Grayscale: #C9C9C9. Windows color (decimal): -1065809 or 11517167. OLE color: 11517167.

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

Color convert

RGB 239 188 175 -
CMYK 0 0.21 0.27 0.06
HSL 12.19º 0.67% 0.81% -
HSV(B) 12.19º 0.27% 0.94% -
XYZ 61.32 57.41 48.41 -
YUV 201.77 112.9 154.56 -
System Red Green Blue C M Y K H S L
Decimal 239 188 175 0 0.21 0.27 0.06 12.19 0.67 0.81
Hex EF BC AF 0 15 1B 6 C 43 51
Octal 357 274 257 0 25 33 6 14 103 121
Binary 11101111 10111100 10101111 0 10101 11011 110 1100 1000011 1010001

Color Harmonies of #EFBCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCAF

Black with #EFBCAF

Text Example


Text Example

White with #EFBCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCAF; }

 p { color: rgb(239,188,175); }

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

background-color css

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

 a { background-color: rgb(239,188,175); }

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

border-color css

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

 span { border-color: rgb(239,188,175); }

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