Html Css Color HEX #EBD4BE Almond

📋 copy color: '#EBD4BE'

red 235 ◦ green 212 ◦ blue 190

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

Shades of Almond #EBD4BE

Tints of Almond #EBD4BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.83%

R = 36.89%
G = 33.28%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EBD4BE (or 0xEBD4BE) is known color: Almond. HEX triplet: EB, D4 and BE. RGB value is (235,212,190). Sum of RGB (Red+Green+Blue) = 235+212+190=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4BE is #142B41. Grayscale: #D8D8D8. Windows color (decimal): -1321794 or 12506347. OLE color: 12506347.

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

Color convert

RGB 235 212 190 -
CMYK 0 0.10 0.19 0.08
HSL 29.33º 0.53% 0.83% -
HSV(B) 29.33º 0.19% 0.92% -
XYZ 67.1 68.47 58.39 -
YUV 216.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 235 212 190 0 0.10 0.19 0.08 29.33 0.53 0.83
Hex EB D4 BE 0 A 13 8 1D 35 53
Octal 353 324 276 0 12 23 10 35 65 123
Binary 11101011 11010100 10111110 0 1010 10011 1000 11101 110101 1010011

Color Harmonies of #EBD4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD4BE

Black with #EBD4BE

Text Example


Text Example

White with #EBD4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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