Html Css Color HEX #E0B4AE Cavern Pink

📋 copy color: '#E0B4AE'

red 224 ◦ green 180 ◦ blue 174

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

Shades of Cavern Pink #E0B4AE

Tints of Cavern Pink #E0B4AE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.14%

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

R = 38.75%
G = 31.14%
B = 30.1%

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

#E0B4AE (or 0xE0B4AE) is known color: Cavern Pink. HEX triplet: E0, B4 and AE. RGB value is (224,180,174). Sum of RGB (Red+Green+Blue) = 224+180+174=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B4AE is #1F4B51. Grayscale: #C0C0C0. Windows color (decimal): -2050898 or 11449568. OLE color: 11449568.

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

Color convert

RGB 224 180 174 -
CMYK 0 0.20 0.22 0.12
HSL 7.2º 0.45% 0.78% -
HSV(B) 7.2º 0.22% 0.88% -
XYZ 54.7 51.55 47.11 -
YUV 192.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 224 180 174 0 0.20 0.22 0.12 7.2 0.45 0.78
Hex E0 B4 AE 0 14 16 C 7 2D 4E
Octal 340 264 256 0 24 26 14 7 55 116
Binary 11100000 10110100 10101110 0 10100 10110 1100 111 101101 1001110

Color Harmonies of #E0B4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B4AE

Black with #E0B4AE

Text Example


Text Example

White with #E0B4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B4AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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