Html Css Color HEX #EBD4C1 Almond

📋 copy color: '#EBD4C1'

red 235 ◦ green 212 ◦ blue 193

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

Shades of Almond #EBD4C1

Tints of Almond #EBD4C1

RGB

 RED value IS 235 (92.19% from 255) = 36.72%

 GREEN value IS 212 (83.2% from 255) = 33.13%

 BLUE value IS 193 (75.78% from 255) = 30.16%

R = 36.72%
G = 33.13%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBD4C1 (or 0xEBD4C1) is known color: Almond. HEX triplet: EB, D4 and C1. RGB value is (235,212,193). Sum of RGB (Red+Green+Blue) = 235+212+193=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4C1 is #142B3E. Grayscale: #D8D8D8. Windows color (decimal): -1321791 or 12702955. OLE color: 12702955.

HSL color Cylindrical-coordinate representation of color #EBD4C1: hue angle of 27.14º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBD4C1 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 212 193 -
CMYK 0 0.10 0.18 0.08
HSL 27.14º 0.51% 0.84% -
HSV(B) 27.14º 0.18% 0.92% -
XYZ 67.43 68.6 60.14 -
YUV 216.71 114.62 141.04 -
System Red Green Blue C M Y K H S L
Decimal 235 212 193 0 0.10 0.18 0.08 27.14 0.51 0.84
Hex EB D4 C1 0 A 12 8 1B 33 54
Octal 353 324 301 0 12 22 10 33 63 124
Binary 11101011 11010100 11000001 0 1010 10010 1000 11011 110011 1010100

Color Harmonies of #EBD4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD4C1

Black with #EBD4C1

Text Example


Text Example

White with #EBD4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD4C1; }

 p { color: rgb(235,212,193); }

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

background-color css

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

 a { background-color: rgb(235,212,193); }

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

border-color css

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

 span { border-color: rgb(235,212,193); }

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