Html Css Color HEX #E2B9AD Cavern Pink

📋 copy color: '#E2B9AD'

red 226 ◦ green 185 ◦ blue 173

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

Shades of Cavern Pink #E2B9AD

Tints of Cavern Pink #E2B9AD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.68%

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

R = 38.7%
G = 31.68%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E2B9AD (or 0xE2B9AD) is known color: Cavern Pink. HEX triplet: E2, B9 and AD. RGB value is (226,185,173). Sum of RGB (Red+Green+Blue) = 226+185+173=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B9AD is #1D4652. Grayscale: #C3C3C3. Windows color (decimal): -1918547 or 11385314. OLE color: 11385314.

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

Color convert

RGB 226 185 173 -
CMYK 0 0.18 0.23 0.11
HSL 13.58º 0.48% 0.78% -
HSV(B) 13.58º 0.23% 0.89% -
XYZ 56.26 53.88 46.97 -
YUV 195.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 226 185 173 0 0.18 0.23 0.11 13.58 0.48 0.78
Hex E2 B9 AD 0 12 17 B E 30 4E
Octal 342 271 255 0 22 27 13 16 60 116
Binary 11100010 10111001 10101101 0 10010 10111 1011 1110 110000 1001110

Color Harmonies of #E2B9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B9AD

Black with #E2B9AD

Text Example


Text Example

White with #E2B9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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