Html Css Color HEX #EBD5BE Almond

📋 copy color: '#EBD5BE'

red 235 ◦ green 213 ◦ blue 190

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

Shades of Almond #EBD5BE

Tints of Almond #EBD5BE

RGB

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

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

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

R = 36.83%
G = 33.39%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EBD5BE (or 0xEBD5BE) is known color: Almond. HEX triplet: EB, D5 and BE. RGB value is (235,213,190). Sum of RGB (Red+Green+Blue) = 235+213+190=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5BE is #142A41. Grayscale: #D9D9D9. Windows color (decimal): -1321538 or 12506603. OLE color: 12506603.

HSL color Cylindrical-coordinate representation of color #EBD5BE: hue angle of 30.67º 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 #EBD5BE is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 213 190 -
CMYK 0 0.09 0.19 0.08
HSL 30.67º 0.53% 0.83% -
HSV(B) 30.67º 0.19% 0.92% -
XYZ 67.35 68.97 58.48 -
YUV 216.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 235 213 190 0 0.09 0.19 0.08 30.67 0.53 0.83
Hex EB D5 BE 0 9 13 8 1F 35 53
Octal 353 325 276 0 11 23 10 37 65 123
Binary 11101011 11010101 10111110 0 1001 10011 1000 11111 110101 1010011

Color Harmonies of #EBD5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD5BE

Black with #EBD5BE

Text Example


Text Example

White with #EBD5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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