#EBD397

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

Shades of Double Colonial White #EBD397

Tints of Double Colonial White #EBD397

Color information

#EBD397 (or 0xEBD397) is unknown color: approx Double Colonial White. HEX triplet: EB, D3 and 97. RGB value is (235,211,151). Sum of RGB (Red+Green+Blue) = 235+211+151=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD397 is #142C68. Grayscale: #D3D3D3. Windows color (decimal): -1322089 or 9950187. OLE color: 9950187.

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

Color convert

RGB235211151-
CMYK00.100.360.08
HSL42.86º67.74%75.69%-
HSV(B)42.86º35.74%92.16%-
XYZ63.1466.4938.78-
YUV211.3493.95144.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 211 (82.81% from 255) = 35.34%
BLUE value IS 151 (59.38% from 255) = 25.29%
R=39.36%
G=35.34%
B=25.29%

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
Decimal23521115100.100.360.0842.8667.7475.69
HexEBD3970A2482b444c
Octal353323227012441053104114
Binary11101011110100111001011101010100100100010101110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD397; }

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

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

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

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

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

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

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

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