#EBD495

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

Shades of Double Colonial White #EBD495

Tints of Double Colonial White #EBD495

Color information

#EBD495 (or 0xEBD495) is unknown color: approx Double Colonial White. HEX triplet: EB, D4 and 95. RGB value is (235,212,149). Sum of RGB (Red+Green+Blue) = 235+212+149=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD495 is #142B6A. Grayscale: #D3D3D3. Windows color (decimal): -1321835 or 9819371. OLE color: 9819371.

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

Color convert

RGB235212149-
CMYK00.100.370.08
HSL43.95º68.25%75.29%-
HSV(B)43.95º36.6%92.16%-
XYZ63.2366.9238.02-
YUV211.792.62144.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 212 (83.20% from 255) = 35.57%
BLUE value IS 149 (58.59% from 255) = 25%
R=39.43%
G=35.57%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521214900.100.370.0843.9568.2575.29
HexEBD4950A2582c444b
Octal353324225012451054104113
Binary11101011110101001001010101010100101100010110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD495; }

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

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

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

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

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

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

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

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