#EBD0A7

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

Shades of Dairy Cream #EBD0A7

Tints of Dairy Cream #EBD0A7

Color information

#EBD0A7 (or 0xEBD0A7) is unknown color: approx Dairy Cream. HEX triplet: EB, D0 and A7. RGB value is (235,208,167). Sum of RGB (Red+Green+Blue) = 235+208+167=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 167 (65.62% from 255 or 27.38% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD0A7 is #142F58. Grayscale: #D3D3D3. Windows color (decimal): -1322841 or 10997995. OLE color: 10997995.

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

Color convert

RGB235208167-
CMYK00.110.290.08
HSL36.18º62.96%78.82%-
HSV(B)36.18º28.94%92.16%-
XYZ63.7965.5645.85-
YUV211.4102.95144.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 208 (81.64% from 255) = 34.10%
BLUE value IS 167 (65.62% from 255) = 27.38%
R=38.52%
G=34.10%
B=27.38%

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
Decimal23520816700.110.290.0836.1862.9678.82
HexEBD0A70B1D8243f4f
Octal35332024701335104477117
Binary111010111101000010100111010111110110001001001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0A7; }

 p { color: rgb(235,208,167); }

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

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

 a { background-color: rgb(235,208,167); }

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

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

 span { border-color: rgb(235,208,167); }

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