#EBD3A2

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

Shades of Dairy Cream #EBD3A2

Tints of Dairy Cream #EBD3A2

Color information

#EBD3A2 (or 0xEBD3A2) is unknown color: approx Dairy Cream. HEX triplet: EB, D3 and A2. RGB value is (235,211,162). Sum of RGB (Red+Green+Blue) = 235+211+162=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 162 (63.67% from 255 or 26.64% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD3A2 is #142C5D. Grayscale: #D4D4D4. Windows color (decimal): -1322078 or 10671083. OLE color: 10671083.

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

Color convert

RGB235211162-
CMYK00.100.310.08
HSL40.27º64.6%77.84%-
HSV(B)40.27º31.06%92.16%-
XYZ64.0866.8643.71-
YUV212.5999.45143.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 211 (82.81% from 255) = 34.70%
BLUE value IS 162 (63.67% from 255) = 26.64%
R=38.65%
G=34.70%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521116200.100.310.0840.2764.677.84
HexEBD3A20A1F828414e
Octal353323242012371050101116
Binary1110101111010011101000100101011111100010100010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3A2; }

 p { color: rgb(235,211,162); }

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

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

 a { background-color: rgb(235,211,162); }

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

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

 span { border-color: rgb(235,211,162); }

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