#EBD2A7

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

Shades of Dairy Cream #EBD2A7

Tints of Dairy Cream #EBD2A7

Color information

#EBD2A7 (or 0xEBD2A7) is unknown color: approx Dairy Cream. HEX triplet: EB, D2 and A7. RGB value is (235,210,167). Sum of RGB (Red+Green+Blue) = 235+210+167=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 167 (65.62% from 255 or 27.29% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD2A7 is #142D58. Grayscale: #D4D4D4. Windows color (decimal): -1322329 or 10998507. OLE color: 10998507.

HSL color Cylindrical-coordinate representation of color #EBD2A7: hue angle of 37.94º 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 #EBD2A7 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235210167-
CMYK00.110.290.08
HSL37.94º62.96%78.82%-
HSV(B)37.94º28.94%92.16%-
XYZ64.2866.5546.02-
YUV212.57102.28144-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 210 (82.42% from 255) = 34.31%
BLUE value IS 167 (65.62% from 255) = 27.29%
R=38.40%
G=34.31%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521016700.110.290.0837.9462.9678.82
HexEBD2A70B1D8263f4f
Octal35332224701335104677117
Binary111010111101001010100111010111110110001001101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2A7; }

 p { color: rgb(235,210,167); }

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

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

 a { background-color: rgb(235,210,167); }

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

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

 span { border-color: rgb(235,210,167); }

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