Html Css Color HEX #E2B7AE Cavern Pink

📋 copy color: '#E2B7AE'

red 226 ◦ green 183 ◦ blue 174

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

Shades of Cavern Pink #E2B7AE

Tints of Cavern Pink #E2B7AE

RGB

 RED value IS 226 (88.67% from 255) = 38.77%

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

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

R = 38.77%
G = 31.39%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E2B7AE (or 0xE2B7AE) is known color: Cavern Pink. HEX triplet: E2, B7 and AE. RGB value is (226,183,174). Sum of RGB (Red+Green+Blue) = 226+183+174=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B7AE is #1D4851. Grayscale: #C2C2C2. Windows color (decimal): -1919058 or 11450338. OLE color: 11450338.

HSL color Cylindrical-coordinate representation of color #E2B7AE: hue angle of 10.38º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2B7AE is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 183 174 -
CMYK 0 0.19 0.23 0.11
HSL 10.38º 0.47% 0.78% -
HSV(B) 10.38º 0.23% 0.89% -
XYZ 55.94 53.09 47.34 -
YUV 194.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 226 183 174 0 0.19 0.23 0.11 10.38 0.47 0.78
Hex E2 B7 AE 0 13 17 B A 2F 4E
Octal 342 267 256 0 23 27 13 12 57 116
Binary 11100010 10110111 10101110 0 10011 10111 1011 1010 101111 1001110

Color Harmonies of #E2B7AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B7AE

Black with #E2B7AE

Text Example


Text Example

White with #E2B7AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B7AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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