Html Css Color HEX #E2B5AD Cavern Pink

📋 copy color: '#E2B5AD'

red 226 ◦ green 181 ◦ blue 173

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

Shades of Cavern Pink #E2B5AD

Tints of Cavern Pink #E2B5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.21%

 BLUE value IS 173 (67.97% from 255) = 29.83%

R = 38.97%
G = 31.21%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E2B5AD (or 0xE2B5AD) is known color: Cavern Pink. HEX triplet: E2, B5 and AD. RGB value is (226,181,173). Sum of RGB (Red+Green+Blue) = 226+181+173=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B5AD is #1D4A52. Grayscale: #C1C1C1. Windows color (decimal): -1919571 or 11384290. OLE color: 11384290.

HSL color Cylindrical-coordinate representation of color #E2B5AD: hue angle of 9.06º degrees, saturation: 0.48, 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 #E2B5AD is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 181 173 -
CMYK 0 0.20 0.23 0.11
HSL 9.06º 0.48% 0.78% -
HSV(B) 9.06º 0.23% 0.89% -
XYZ 55.43 52.23 46.7 -
YUV 193.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 226 181 173 0 0.20 0.23 0.11 9.06 0.48 0.78
Hex E2 B5 AD 0 14 17 B 9 30 4E
Octal 342 265 255 0 24 27 13 11 60 116
Binary 11100010 10110101 10101101 0 10100 10111 1011 1001 110000 1001110

Color Harmonies of #E2B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B5AD

Black with #E2B5AD

Text Example


Text Example

White with #E2B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B5AD; }

 p { color: rgb(226,181,173); }

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

background-color css

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

 a { background-color: rgb(226,181,173); }

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

border-color css

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

 span { border-color: rgb(226,181,173); }

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