Html Css Color HEX #E0B3AE Cavern Pink

📋 copy color: '#E0B3AE'

red 224 ◦ green 179 ◦ blue 174

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

Shades of Cavern Pink #E0B3AE

Tints of Cavern Pink #E0B3AE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.02%

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

R = 38.82%
G = 31.02%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E0B3AE (or 0xE0B3AE) is known color: Cavern Pink. HEX triplet: E0, B3 and AE. RGB value is (224,179,174). Sum of RGB (Red+Green+Blue) = 224+179+174=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B3AE is #1F4C51. Grayscale: #BFBFBF. Windows color (decimal): -2051154 or 11449312. OLE color: 11449312.

HSL color Cylindrical-coordinate representation of color #E0B3AE: hue angle of 6º degrees, saturation: 0.45, 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 #E0B3AE is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 179 174 -
CMYK 0 0.20 0.22 0.12
HSL 0.45% 0.78% -
HSV(B) 0.22% 0.88% -
XYZ 54.5 51.14 47.04 -
YUV 191.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 224 179 174 0 0.20 0.22 0.12 6 0.45 0.78
Hex E0 B3 AE 0 14 16 C 6 2D 4E
Octal 340 263 256 0 24 26 14 6 55 116
Binary 11100000 10110011 10101110 0 10100 10110 1100 110 101101 1001110

Color Harmonies of #E0B3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B3AE

Black with #E0B3AE

Text Example


Text Example

White with #E0B3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B3AE; }

 p { color: rgb(224,179,174); }

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

background-color css

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

 a { background-color: rgb(224,179,174); }

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

border-color css

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

 span { border-color: rgb(224,179,174); }

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