Html Css Color HEX #E0B6AE Cavern Pink

📋 copy color: '#E0B6AE'

red 224 ◦ green 182 ◦ blue 174

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

Shades of Cavern Pink #E0B6AE

Tints of Cavern Pink #E0B6AE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.38%

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

R = 38.62%
G = 31.38%
B = 30%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E0B6AE (or 0xE0B6AE) is known color: Cavern Pink. HEX triplet: E0, B6 and AE. RGB value is (224,182,174). Sum of RGB (Red+Green+Blue) = 224+182+174=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B6AE is #1F4951. Grayscale: #C1C1C1. Windows color (decimal): -2050386 or 11450080. OLE color: 11450080.

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

Color convert

RGB 224 182 174 -
CMYK 0 0.19 0.22 0.12
HSL 9.6º 0.45% 0.78% -
HSV(B) 9.6º 0.22% 0.88% -
XYZ 55.11 52.36 47.25 -
YUV 193.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 224 182 174 0 0.19 0.22 0.12 9.6 0.45 0.78
Hex E0 B6 AE 0 13 16 C A 2D 4E
Octal 340 266 256 0 23 26 14 12 55 116
Binary 11100000 10110110 10101110 0 10011 10110 1100 1010 101101 1001110

Color Harmonies of #E0B6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B6AE

Black with #E0B6AE

Text Example


Text Example

White with #E0B6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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