#EBCFA8

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

Shades of Dairy Cream #EBCFA8

Tints of Dairy Cream #EBCFA8

Color information

#EBCFA8 (or 0xEBCFA8) is unknown color: approx Dairy Cream. HEX triplet: EB, CF and A8. RGB value is (235,207,168). Sum of RGB (Red+Green+Blue) = 235+207+168=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCFA8 is #143057. Grayscale: #D3D3D3. Windows color (decimal): -1323096 or 11063275. OLE color: 11063275.

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

Color convert

RGB235207168-
CMYK00.120.290.08
HSL34.93º62.62%79.02%-
HSV(B)34.93º28.51%92.16%-
XYZ63.6465.1146.26-
YUV210.93103.78145.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 168 (66.02% from 255) = 27.54%
R=38.52%
G=33.93%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520716800.120.290.0834.9362.6279.02
HexEBCFA80C1D8233f4f
Octal35331725001435104377117
Binary111010111100111110101000011001110110001000111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFA8; }

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

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

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

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

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

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

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

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