#EBCF9F

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

Shades of Dairy Cream #EBCF9F

Tints of Dairy Cream #EBCF9F

Color information

#EBCF9F (or 0xEBCF9F) is unknown color: approx Dairy Cream. HEX triplet: EB, CF and 9F. RGB value is (235,207,159). Sum of RGB (Red+Green+Blue) = 235+207+159=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 159 (62.5% from 255 or 26.46% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCF9F is #143060. Grayscale: #D2D2D2. Windows color (decimal): -1323105 or 10473451. OLE color: 10473451.

HSL color Cylindrical-coordinate representation of color #EBCF9F: hue angle of 37.89º degrees, saturation: 0.66, 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 #EBCF9F is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB235207159-
CMYK00.120.320.08
HSL37.89º65.52%77.25%-
HSV(B)37.89º32.34%92.16%-
XYZ62.8364.7942-
YUV209.999.28145.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 207 (81.25% from 255) = 34.44%
BLUE value IS 159 (62.5% from 255) = 26.46%
R=39.10%
G=34.44%
B=26.46%

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
Decimal23520715900.120.320.0837.8965.5277.25
HexEBCF9F0C20826424d
Octal353317237014401046102115
Binary11101011110011111001111101100100000100010011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCF9F; }

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

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

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

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

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

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

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

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