Html Css Color HEX #EBD2BF Almond

📋 copy color: '#EBD2BF'

red 235 ◦ green 210 ◦ blue 191

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

Shades of Almond #EBD2BF

Tints of Almond #EBD2BF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.02%

 BLUE value IS 191 (75% from 255) = 30.03%

R = 36.95%
G = 33.02%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EBD2BF (or 0xEBD2BF) is known color: Almond. HEX triplet: EB, D2 and BF. RGB value is (235,210,191). Sum of RGB (Red+Green+Blue) = 235+210+191=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2BF is #142D40. Grayscale: #D7D7D7. Windows color (decimal): -1322305 or 12571371. OLE color: 12571371.

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

Color convert

RGB 235 210 191 -
CMYK 0 0.11 0.19 0.08
HSL 25.91º 0.52% 0.84% -
HSV(B) 25.91º 0.19% 0.92% -
XYZ 66.71 67.52 58.81 -
YUV 215.31 114.28 142.04 -
System Red Green Blue C M Y K H S L
Decimal 235 210 191 0 0.11 0.19 0.08 25.91 0.52 0.84
Hex EB D2 BF 0 B 13 8 1A 34 54
Octal 353 322 277 0 13 23 10 32 64 124
Binary 11101011 11010010 10111111 0 1011 10011 1000 11010 110100 1010100

Color Harmonies of #EBD2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD2BF

Black with #EBD2BF

Text Example


Text Example

White with #EBD2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD2BF; }

 p { color: rgb(235,210,191); }

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

background-color css

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

 a { background-color: rgb(235,210,191); }

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

border-color css

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

 span { border-color: rgb(235,210,191); }

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