#EAD793

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

Shades of Double Colonial White #EAD793

Tints of Double Colonial White #EAD793

Color information

#EAD793 (or 0xEAD793) is unknown color: approx Double Colonial White. HEX triplet: EA, D7 and 93. RGB value is (234,215,147). Sum of RGB (Red+Green+Blue) = 234+215+147=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 147 (57.81% from 255 or 24.66% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD793 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD793 is #15286C. Grayscale: #D5D5D5. Windows color (decimal): -1386605 or 9689066. OLE color: 9689066.

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

Color convert

RGB234215147-
CMYK00.080.370.08
HSL46.9º67.44%74.71%-
HSV(B)46.9º37.18%91.76%-
XYZ63.568.237.42-
YUV212.9390.79143.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 215 (84.38% from 255) = 36.07%
BLUE value IS 147 (57.81% from 255) = 24.66%
R=39.26%
G=36.07%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421514700.080.370.0846.967.4474.71
HexEAD793082582f434b
Octal352327223010451057103113
Binary11101010110101111001001101000100101100010111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD793; }

 p { color: rgb(234,215,147); }

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

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

 a { background-color: rgb(234,215,147); }

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

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

 span { border-color: rgb(234,215,147); }

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