#EBD695

Color #EBD695 Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #EBD695

Tints of Double Colonial White #EBD695

Color information

#EBD695 (or 0xEBD695) is unknown color: approx Double Colonial White. HEX triplet: EB, D6 and 95. RGB value is (235,214,149). Sum of RGB (Red+Green+Blue) = 235+214+149=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD695 is #14296A. Grayscale: #D5D5D5. Windows color (decimal): -1321323 or 9819883. OLE color: 9819883.

HSL color Cylindrical-coordinate representation of color #EBD695: hue angle of 45.35º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBD695 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB235214149-
CMYK00.090.370.08
HSL45.35º68.25%75.29%-
HSV(B)45.35º36.6%92.16%-
XYZ63.7367.9338.19-
YUV212.8791.96143.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 214 (83.98% from 255) = 35.79%
BLUE value IS 149 (58.59% from 255) = 24.92%
R=39.30%
G=35.79%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521414900.090.370.0845.3568.2575.29
HexEBD695092582d444b
Octal353326225011451055104113
Binary11101011110101101001010101001100101100010110110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD695; }

 p { color: rgb(235,214,149); }

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

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

 a { background-color: rgb(235,214,149); }

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

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

 span { border-color: rgb(235,214,149); }

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