#EBCFA9

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

Shades of Dairy Cream #EBCFA9

Tints of Dairy Cream #EBCFA9

Color information

#EBCFA9 (or 0xEBCFA9) is unknown color: approx Dairy Cream. HEX triplet: EB, CF and A9. RGB value is (235,207,169). Sum of RGB (Red+Green+Blue) = 235+207+169=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 169 (66.41% from 255 or 27.66% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCFA9 is #143056. Grayscale: #D3D3D3. Windows color (decimal): -1323095 or 11128811. OLE color: 11128811.

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

Color convert

RGB235207169-
CMYK00.120.280.08
HSL34.55º62.26%79.22%-
HSV(B)34.55º28.09%92.16%-
XYZ63.7465.1546.75-
YUV211.04104.28145.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 207 (81.25% from 255) = 33.88%
BLUE value IS 169 (66.41% from 255) = 27.66%
R=38.46%
G=33.88%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520716900.120.280.0834.5562.2679.22
HexEBCFA90C1C8233e4f
Octal35331725101434104376117
Binary111010111100111110101001011001110010001000111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFA9; }

 p { color: rgb(235,207,169); }

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

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

 a { background-color: rgb(235,207,169); }

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

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

 span { border-color: rgb(235,207,169); }

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