Html Css Color HEX #E0B0AE Cavern Pink

📋 copy color: '#E0B0AE'

red 224 ◦ green 176 ◦ blue 174

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

Shades of Cavern Pink #E0B0AE

Tints of Cavern Pink #E0B0AE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.66%

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

R = 39.02%
G = 30.66%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E0B0AE (or 0xE0B0AE) is known color: Cavern Pink. HEX triplet: E0, B0 and AE. RGB value is (224,176,174). Sum of RGB (Red+Green+Blue) = 224+176+174=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B0AE is #1F4F51. Grayscale: #BEBEBE. Windows color (decimal): -2051922 or 11448544. OLE color: 11448544.

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

Color convert

RGB 224 176 174 -
CMYK 0 0.21 0.22 0.12
HSL 2.4º 0.45% 0.78% -
HSV(B) 2.4º 0.22% 0.88% -
XYZ 53.91 49.95 46.85 -
YUV 190.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 224 176 174 0 0.21 0.22 0.12 2.4 0.45 0.78
Hex E0 B0 AE 0 15 16 C 2 2D 4E
Octal 340 260 256 0 25 26 14 2 55 116
Binary 11100000 10110000 10101110 0 10101 10110 1100 10 101101 1001110

Color Harmonies of #E0B0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B0AE

Black with #E0B0AE

Text Example


Text Example

White with #E0B0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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