Html Css Color HEX #EAD5BC Solitaire

📋 copy color: '#EAD5BC'

red 234 ◦ green 213 ◦ blue 188

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

Shades of Solitaire #EAD5BC

Tints of Solitaire #EAD5BC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.54%

 BLUE value IS 188 (73.83% from 255) = 29.61%

R = 36.85%
G = 33.54%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EAD5BC (or 0xEAD5BC) is known color: Solitaire. HEX triplet: EA, D5 and BC. RGB value is (234,213,188). Sum of RGB (Red+Green+Blue) = 234+213+188=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD5BC is #152A43. Grayscale: #D8D8D8. Windows color (decimal): -1387076 or 12375530. OLE color: 12375530.

HSL color Cylindrical-coordinate representation of color #EAD5BC: hue angle of 32.61º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAD5BC is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 213 188 -
CMYK 0 0.09 0.20 0.08
HSL 32.61º 0.52% 0.83% -
HSV(B) 32.61º 0.2% 0.92% -
XYZ 66.8 68.71 57.32 -
YUV 216.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 234 213 188 0 0.09 0.20 0.08 32.61 0.52 0.83
Hex EA D5 BC 0 9 14 8 21 34 53
Octal 352 325 274 0 11 24 10 41 64 123
Binary 11101010 11010101 10111100 0 1001 10100 1000 100001 110100 1010011

Color Harmonies of #EAD5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD5BC

Black with #EAD5BC

Text Example


Text Example

White with #EAD5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD5BC; }

 p { color: rgb(234,213,188); }

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

background-color css

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

 a { background-color: rgb(234,213,188); }

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

border-color css

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

 span { border-color: rgb(234,213,188); }

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