Html Css Color HEX #E5BAAE Cavern Pink

📋 copy color: '#E5BAAE'

red 229 ◦ green 186 ◦ blue 174

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

Shades of Cavern Pink #E5BAAE

Tints of Cavern Pink #E5BAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.54%

R = 38.88%
G = 31.58%
B = 29.54%

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

#E5BAAE (or 0xE5BAAE) is known color: Cavern Pink. HEX triplet: E5, BA and AE. RGB value is (229,186,174). Sum of RGB (Red+Green+Blue) = 229+186+174=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BAAE is #1A4551. Grayscale: #C5C5C5. Windows color (decimal): -1721682 or 11451109. OLE color: 11451109.

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

Color convert

RGB 229 186 174 -
CMYK 0 0.19 0.24 0.10
HSL 13.09º 0.51% 0.79% -
HSV(B) 13.09º 0.24% 0.9% -
XYZ 57.51 54.83 47.6 -
YUV 197.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 229 186 174 0 0.19 0.24 0.10 13.09 0.51 0.79
Hex E5 BA AE 0 13 18 A D 33 4F
Octal 345 272 256 0 23 30 12 15 63 117
Binary 11100101 10111010 10101110 0 10011 11000 1010 1101 110011 1001111

Color Harmonies of #E5BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BAAE

Black with #E5BAAE

Text Example


Text Example

White with #E5BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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