Html Css Color HEX #E4BCAF Cavern Pink

📋 copy color: '#E4BCAF'

red 228 ◦ green 188 ◦ blue 175

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

Shades of Cavern Pink #E4BCAF

Tints of Cavern Pink #E4BCAF

RGB

 RED value IS 228 (89.45% from 255) = 38.58%

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

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

R = 38.58%
G = 31.81%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E4BCAF (or 0xE4BCAF) is known color: Cavern Pink. HEX triplet: E4, BC and AF. RGB value is (228,188,175). Sum of RGB (Red+Green+Blue) = 228+188+175=591 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.58% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BCAF is #1B4350. Grayscale: #C6C6C6. Windows color (decimal): -1786705 or 11517156. OLE color: 11517156.

HSL color Cylindrical-coordinate representation of color #E4BCAF: hue angle of 14.72º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4BCAF is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 188 175 -
CMYK 0 0.18 0.23 0.11
HSL 14.72º 0.5% 0.79% -
HSV(B) 14.72º 0.23% 0.89% -
XYZ 57.72 55.56 48.24 -
YUV 198.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 228 188 175 0 0.18 0.23 0.11 14.72 0.5 0.79
Hex E4 BC AF 0 12 17 B F 32 4F
Octal 344 274 257 0 22 27 13 17 62 117
Binary 11100100 10111100 10101111 0 10010 10111 1011 1111 110010 1001111

Color Harmonies of #E4BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BCAF

Black with #E4BCAF

Text Example


Text Example

White with #E4BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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