#EBD396

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

Shades of Double Colonial White #EBD396

Tints of Double Colonial White #EBD396

Color information

#EBD396 (or 0xEBD396) is unknown color: approx Double Colonial White. HEX triplet: EB, D3 and 96. RGB value is (235,211,150). Sum of RGB (Red+Green+Blue) = 235+211+150=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD396 is #142C69. Grayscale: #D3D3D3. Windows color (decimal): -1322090 or 9884651. OLE color: 9884651.

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

Color convert

RGB235211150-
CMYK00.100.360.08
HSL43.06º68%75.49%-
HSV(B)43.06º36.17%92.16%-
XYZ63.0666.4538.36-
YUV211.2293.45144.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 211 (82.81% from 255) = 35.40%
BLUE value IS 150 (58.98% from 255) = 25.17%
R=39.43%
G=35.40%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521115000.100.360.0843.066875.49
HexEBD3960A2482b444b
Octal353323226012441053104113
Binary11101011110100111001011001010100100100010101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD396; }

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

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

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

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

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

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

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

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