Html Css Color HEX #E0B7AE Cavern Pink

📋 copy color: '#E0B7AE'

red 224 ◦ green 183 ◦ blue 174

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

Shades of Cavern Pink #E0B7AE

Tints of Cavern Pink #E0B7AE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.5%

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

R = 38.55%
G = 31.5%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E0B7AE (or 0xE0B7AE) is known color: Cavern Pink. HEX triplet: E0, B7 and AE. RGB value is (224,183,174). Sum of RGB (Red+Green+Blue) = 224+183+174=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B7AE is #1F4851. Grayscale: #C2C2C2. Windows color (decimal): -2050130 or 11450336. OLE color: 11450336.

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

Color convert

RGB 224 183 174 -
CMYK 0 0.18 0.22 0.12
HSL 10.8º 0.45% 0.78% -
HSV(B) 10.8º 0.22% 0.88% -
XYZ 55.31 52.77 47.31 -
YUV 194.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 224 183 174 0 0.18 0.22 0.12 10.8 0.45 0.78
Hex E0 B7 AE 0 12 16 C B 2D 4E
Octal 340 267 256 0 22 26 14 13 55 116
Binary 11100000 10110111 10101110 0 10010 10110 1100 1011 101101 1001110

Color Harmonies of #E0B7AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B7AE

Black with #E0B7AE

Text Example


Text Example

White with #E0B7AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B7AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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