Html Css Color HEX #E0BAAF Cavern Pink

📋 copy color: '#E0BAAF'

red 224 ◦ green 186 ◦ blue 175

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

Shades of Cavern Pink #E0BAAF

Tints of Cavern Pink #E0BAAF

RGB

 RED value IS 224 (87.89% from 255) = 38.29%

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

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

R = 38.29%
G = 31.79%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E0BAAF (or 0xE0BAAF) is known color: Cavern Pink. HEX triplet: E0, BA and AF. RGB value is (224,186,175). Sum of RGB (Red+Green+Blue) = 224+186+175=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BAAF is #1F4550. Grayscale: #C4C4C4. Windows color (decimal): -2049361 or 11516640. OLE color: 11516640.

HSL color Cylindrical-coordinate representation of color #E0BAAF: hue angle of 13.47º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0BAAF is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 186 175 -
CMYK 0 0.17 0.22 0.12
HSL 13.47º 0.44% 0.78% -
HSV(B) 13.47º 0.22% 0.88% -
XYZ 56.04 54.06 48.04 -
YUV 196.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 224 186 175 0 0.17 0.22 0.12 13.47 0.44 0.78
Hex E0 BA AF 0 11 16 C D 2C 4E
Octal 340 272 257 0 21 26 14 15 54 116
Binary 11100000 10111010 10101111 0 10001 10110 1100 1101 101100 1001110

Color Harmonies of #E0BAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BAAF

Black with #E0BAAF

Text Example


Text Example

White with #E0BAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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