Html Css Color HEX #E0B9AF Cavern Pink

📋 copy color: '#E0B9AF'

red 224 ◦ green 185 ◦ blue 175

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

Shades of Cavern Pink #E0B9AF

Tints of Cavern Pink #E0B9AF

RGB

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

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

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

R = 38.36%
G = 31.68%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E0B9AF (or 0xE0B9AF) is known color: Cavern Pink. HEX triplet: E0, B9 and AF. RGB value is (224,185,175). Sum of RGB (Red+Green+Blue) = 224+185+175=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B9AF is #1F4650. Grayscale: #C3C3C3. Windows color (decimal): -2049617 or 11516384. OLE color: 11516384.

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

Color convert

RGB 224 185 175 -
CMYK 0 0.17 0.22 0.12
HSL 12.24º 0.44% 0.78% -
HSV(B) 12.24º 0.22% 0.88% -
XYZ 55.83 53.64 47.97 -
YUV 195.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 224 185 175 0 0.17 0.22 0.12 12.24 0.44 0.78
Hex E0 B9 AF 0 11 16 C C 2C 4E
Octal 340 271 257 0 21 26 14 14 54 116
Binary 11100000 10111001 10101111 0 10001 10110 1100 1100 101100 1001110

Color Harmonies of #E0B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B9AF

Black with #E0B9AF

Text Example


Text Example

White with #E0B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B9AF; }

 p { color: rgb(224,185,175); }

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

background-color css

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

 a { background-color: rgb(224,185,175); }

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

border-color css

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

 span { border-color: rgb(224,185,175); }

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