Html Css Color HEX #E5BCAF Cavern Pink

📋 copy color: '#E5BCAF'

red 229 ◦ green 188 ◦ blue 175

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

Shades of Cavern Pink #E5BCAF

Tints of Cavern Pink #E5BCAF

RGB

 RED value IS 229 (89.84% from 255) = 38.68%

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

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

R = 38.68%
G = 31.76%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E5BCAF (or 0xE5BCAF) is known color: Cavern Pink. HEX triplet: E5, BC and AF. RGB value is (229,188,175). Sum of RGB (Red+Green+Blue) = 229+188+175=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BCAF is #1A4350. Grayscale: #C6C6C6. Windows color (decimal): -1721169 or 11517157. OLE color: 11517157.

HSL color Cylindrical-coordinate representation of color #E5BCAF: hue angle of 14.44º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5BCAF is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 188 175 -
CMYK 0 0.18 0.24 0.10
HSL 14.44º 0.51% 0.79% -
HSV(B) 14.44º 0.24% 0.9% -
XYZ 58.03 55.72 48.25 -
YUV 198.78 114.58 149.56 -
System Red Green Blue C M Y K H S L
Decimal 229 188 175 0 0.18 0.24 0.10 14.44 0.51 0.79
Hex E5 BC AF 0 12 18 A E 33 4F
Octal 345 274 257 0 22 30 12 16 63 117
Binary 11100101 10111100 10101111 0 10010 11000 1010 1110 110011 1001111

Color Harmonies of #E5BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BCAF

Black with #E5BCAF

Text Example


Text Example

White with #E5BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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