#ebd493

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

Shades of Double Colonial White #EBD493

Tints of Double Colonial White #EBD493

Color information

#EBD493 (or 0xEBD493) is unknown color: approx Double Colonial White. HEX triplet: EB, D4 and 93. RGB value is (235,212,147). Sum of RGB (Red+Green+Blue) = 235+212+147=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 147 (57.81% from 255 or 24.75% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD493 is #142B6C. Grayscale: #D3D3D3. Windows color (decimal): -1321837 or 9688299. OLE color: 9688299.

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

Color convert

RGB235212147-
CMYK00.100.370.08
HSL44.32º68.75%74.9%-
HSV(B)44.32º37.45%92.16%-
XYZ63.0766.8637.18-
YUV211.4791.62144.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 212 (83.20% from 255) = 35.69%
BLUE value IS 147 (57.81% from 255) = 24.75%
R=39.56%
G=35.69%
B=24.75%

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
Decimal23521214700.100.370.0844.3268.7574.9
HexEBD4930A2582c454b
Octal353324223012451054105113
Binary11101011110101001001001101010100101100010110010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebd493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebd493; }

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

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

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

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

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

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

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

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