Html Css Color HEX #EAC6B0 Desert Sand

📋 copy color: '#EAC6B0'

red 234 ◦ green 198 ◦ blue 176

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

Shades of Desert Sand #EAC6B0

Tints of Desert Sand #EAC6B0

RGB

 RED value IS 234 (91.8% from 255) = 38.49%

 GREEN value IS 198 (77.73% from 255) = 32.57%

 BLUE value IS 176 (69.14% from 255) = 28.95%

R = 38.49%
G = 32.57%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EAC6B0 (or 0xEAC6B0) is known color: Desert Sand. HEX triplet: EA, C6 and B0. RGB value is (234,198,176). Sum of RGB (Red+Green+Blue) = 234+198+176=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC6B0 is #15394F. Grayscale: #CECECE. Windows color (decimal): -1390928 or 11585258. OLE color: 11585258.

HSL color Cylindrical-coordinate representation of color #EAC6B0: hue angle of 22.76º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAC6B0 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 198 176 -
CMYK 0 0.15 0.25 0.08
HSL 22.76º 0.58% 0.8% -
HSV(B) 22.76º 0.25% 0.92% -
XYZ 61.96 61.02 49.59 -
YUV 206.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 234 198 176 0 0.15 0.25 0.08 22.76 0.58 0.8
Hex EA C6 B0 0 F 19 8 17 3A 50
Octal 352 306 260 0 17 31 10 27 72 120
Binary 11101010 11000110 10110000 0 1111 11001 1000 10111 111010 1010000

Color Harmonies of #EAC6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC6B0

Black with #EAC6B0

Text Example


Text Example

White with #EAC6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC6B0; }

 p { color: rgb(234,198,176); }

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

background-color css

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

 a { background-color: rgb(234,198,176); }

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

border-color css

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

 span { border-color: rgb(234,198,176); }

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