#EBD391

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

Shades of Double Colonial White #EBD391

Tints of Double Colonial White #EBD391

Color information

#EBD391 (or 0xEBD391) is unknown color: approx Double Colonial White. HEX triplet: EB, D3 and 91. RGB value is (235,211,145). Sum of RGB (Red+Green+Blue) = 235+211+145=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD391 is #142C6E. Grayscale: #D2D2D2. Windows color (decimal): -1322095 or 9556971. OLE color: 9556971.

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

Color convert

RGB235211145-
CMYK00.100.380.08
HSL44º69.23%74.51%-
HSV(B)44º38.3%92.16%-
XYZ62.6766.336.28-
YUV210.6590.95145.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 211 (82.81% from 255) = 35.70%
BLUE value IS 145 (57.03% from 255) = 24.53%
R=39.76%
G=35.70%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521114500.100.380.084469.2374.51
HexEBD3910A2682c454b
Octal353323221012461054105113
Binary11101011110100111001000101010100110100010110010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD391; }

 p { color: rgb(235,211,145); }

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

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

 a { background-color: rgb(235,211,145); }

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

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

 span { border-color: rgb(235,211,145); }

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