#EBCFA0

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

Shades of Dairy Cream #EBCFA0

Tints of Dairy Cream #EBCFA0

Color information

#EBCFA0 (or 0xEBCFA0) is unknown color: approx Dairy Cream. HEX triplet: EB, CF and A0. RGB value is (235,207,160). Sum of RGB (Red+Green+Blue) = 235+207+160=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCFA0 is #14305F. Grayscale: #D2D2D2. Windows color (decimal): -1323104 or 10538987. OLE color: 10538987.

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

Color convert

RGB235207160-
CMYK00.120.320.08
HSL37.6º65.22%77.45%-
HSV(B)37.6º31.91%92.16%-
XYZ62.9264.8342.45-
YUV210.0199.78145.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 207 (81.25% from 255) = 34.39%
BLUE value IS 160 (62.89% from 255) = 26.58%
R=39.04%
G=34.39%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520716000.120.320.0837.665.2277.45
HexEBCFA00C20826414d
Octal353317240014401046101115
Binary11101011110011111010000001100100000100010011010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFA0; }

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

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

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

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

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

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

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

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