#EBCDA4

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

Shades of Dairy Cream #EBCDA4

Tints of Dairy Cream #EBCDA4

Color information

#EBCDA4 (or 0xEBCDA4) is unknown color: approx Dairy Cream. HEX triplet: EB, CD and A4. RGB value is (235,205,164). Sum of RGB (Red+Green+Blue) = 235+205+164=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 164 (64.45% from 255 or 27.15% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCDA4 is #14325B. Grayscale: #D1D1D1. Windows color (decimal): -1323612 or 10800619. OLE color: 10800619.

HSL color Cylindrical-coordinate representation of color #EBCDA4: hue angle of 34.65º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBCDA4 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235205164-
CMYK00.130.300.08
HSL34.65º63.96%78.24%-
HSV(B)34.65º30.21%92.16%-
XYZ62.7964.0144.17-
YUV209.3102.44146.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 164 (64.45% from 255) = 27.15%
R=38.91%
G=33.94%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520516400.130.300.0834.6563.9678.24
HexEBCDA40D1E823404e
Octal353315244015361043100116
Binary1110101111001101101001000110111110100010001110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDA4; }

 p { color: rgb(235,205,164); }

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

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

 a { background-color: rgb(235,205,164); }

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

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

 span { border-color: rgb(235,205,164); }

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