Html Css Color HEX #E5B3AF Cavern Pink

📋 copy color: '#E5B3AF'

red 229 ◦ green 179 ◦ blue 175

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

Shades of Cavern Pink #E5B3AF

Tints of Cavern Pink #E5B3AF

RGB

 RED value IS 229 (89.84% from 255) = 39.28%

 GREEN value IS 179 (70.31% from 255) = 30.7%

 BLUE value IS 175 (68.75% from 255) = 30.02%

R = 39.28%
G = 30.7%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E5B3AF (or 0xE5B3AF) is known color: Cavern Pink. HEX triplet: E5, B3 and AF. RGB value is (229,179,175). Sum of RGB (Red+Green+Blue) = 229+179+175=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B3AF is #1A4C50. Grayscale: #C1C1C1. Windows color (decimal): -1723473 or 11514853. OLE color: 11514853.

HSL color Cylindrical-coordinate representation of color #E5B3AF: hue angle of 4.44º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5B3AF is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 179 175 -
CMYK 0 0.22 0.24 0.10
HSL 4.44º 0.51% 0.79% -
HSV(B) 4.44º 0.24% 0.9% -
XYZ 56.17 51.99 47.63 -
YUV 193.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 229 179 175 0 0.22 0.24 0.10 4.44 0.51 0.79
Hex E5 B3 AF 0 16 18 A 4 33 4F
Octal 345 263 257 0 26 30 12 4 63 117
Binary 11100101 10110011 10101111 0 10110 11000 1010 100 110011 1001111

Color Harmonies of #E5B3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B3AF

Black with #E5B3AF

Text Example


Text Example

White with #E5B3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B3AF; }

 p { color: rgb(229,179,175); }

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

background-color css

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

 a { background-color: rgb(229,179,175); }

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

border-color css

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

 span { border-color: rgb(229,179,175); }

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