#EBD2A8

Color #EBD2A8 Dairy Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dairy Cream #EBD2A8

Tints of Dairy Cream #EBD2A8

Color information

#EBD2A8 (or 0xEBD2A8) is unknown color: approx Dairy Cream. HEX triplet: EB, D2 and A8. RGB value is (235,210,168). Sum of RGB (Red+Green+Blue) = 235+210+168=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 168 (66.02% from 255 or 27.41% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD2A8 is #142D57. Grayscale: #D4D4D4. Windows color (decimal): -1322328 or 11064043. OLE color: 11064043.

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

Color convert

RGB235210168-
CMYK00.110.290.08
HSL37.61º62.62%79.02%-
HSV(B)37.61º28.51%92.16%-
XYZ64.3866.5846.5-
YUV212.69102.78143.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 210 (82.42% from 255) = 34.26%
BLUE value IS 168 (66.02% from 255) = 27.41%
R=38.34%
G=34.26%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521016800.110.290.0837.6162.6279.02
HexEBD2A80B1D8263f4f
Octal35332225001335104677117
Binary111010111101001010101000010111110110001001101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2A8; }

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

 H1.HeaderClassName
 {
   color: #EBD2A8;
 }
 .AnyTagClassName
 {
   color: #EBD2A8;
 }
</style>
background-color css

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

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

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

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

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

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