#EAD694

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

Shades of Double Colonial White #EAD694

Tints of Double Colonial White #EAD694

Color information

#EAD694 (or 0xEAD694) is unknown color: approx Double Colonial White. HEX triplet: EA, D6 and 94. RGB value is (234,214,148). Sum of RGB (Red+Green+Blue) = 234+214+148=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD694 is #15296B. Grayscale: #D4D4D4. Windows color (decimal): -1386860 or 9754346. OLE color: 9754346.

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

Color convert

RGB234214148-
CMYK00.090.370.08
HSL46.05º67.19%74.9%-
HSV(B)46.05º36.75%91.76%-
XYZ63.3267.7237.75-
YUV212.4691.63143.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 214 (83.98% from 255) = 35.91%
BLUE value IS 148 (58.20% from 255) = 24.83%
R=39.26%
G=35.91%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421414800.090.370.0846.0567.1974.9
HexEAD694092582e434b
Octal352326224011451056103113
Binary11101010110101101001010001001100101100010111010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD694; }

 p { color: rgb(234,214,148); }

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

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

 a { background-color: rgb(234,214,148); }

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

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

 span { border-color: rgb(234,214,148); }

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