Html Css Color HEX #E5BAAF Cavern Pink

📋 copy color: '#E5BAAF'

red 229 ◦ green 186 ◦ blue 175

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

Shades of Cavern Pink #E5BAAF

Tints of Cavern Pink #E5BAAF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.53%

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

R = 38.81%
G = 31.53%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E5BAAF (or 0xE5BAAF) is known color: Cavern Pink. HEX triplet: E5, BA and AF. RGB value is (229,186,175). Sum of RGB (Red+Green+Blue) = 229+186+175=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BAAF is #1A4550. Grayscale: #C5C5C5. Windows color (decimal): -1721681 or 11516645. OLE color: 11516645.

HSL color Cylindrical-coordinate representation of color #E5BAAF: hue angle of 12.22º 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 #E5BAAF is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 186 175 -
CMYK 0 0.19 0.24 0.10
HSL 12.22º 0.51% 0.79% -
HSV(B) 12.22º 0.24% 0.9% -
XYZ 57.61 54.87 48.11 -
YUV 197.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 229 186 175 0 0.19 0.24 0.10 12.22 0.51 0.79
Hex E5 BA AF 0 13 18 A C 33 4F
Octal 345 272 257 0 23 30 12 14 63 117
Binary 11100101 10111010 10101111 0 10011 11000 1010 1100 110011 1001111

Color Harmonies of #E5BAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BAAF

Black with #E5BAAF

Text Example


Text Example

White with #E5BAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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