#EBCFA3

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

Shades of Dairy Cream #EBCFA3

Tints of Dairy Cream #EBCFA3

Color information

#EBCFA3 (or 0xEBCFA3) is unknown color: approx Dairy Cream. HEX triplet: EB, CF and A3. RGB value is (235,207,163). Sum of RGB (Red+Green+Blue) = 235+207+163=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 163 (64.06% from 255 or 26.94% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCFA3 is #14305C. Grayscale: #D2D2D2. Windows color (decimal): -1323101 or 10735595. OLE color: 10735595.

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

Color convert

RGB235207163-
CMYK00.120.310.08
HSL36.67º64.29%78.04%-
HSV(B)36.67º30.64%92.16%-
XYZ63.1864.9343.85-
YUV210.36101.28145.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 163 (64.06% from 255) = 26.94%
R=38.84%
G=34.21%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520716300.120.310.0836.6764.2978.04
HexEBCFA30C1F825404e
Octal353317243014371045100116
Binary1110101111001111101000110110011111100010010110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFA3; }

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

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

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

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

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

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

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

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