#EAD594

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

Shades of Double Colonial White #EAD594

Tints of Double Colonial White #EAD594

Color information

#EAD594 (or 0xEAD594) is unknown color: approx Double Colonial White. HEX triplet: EA, D5 and 94. RGB value is (234,213,148). Sum of RGB (Red+Green+Blue) = 234+213+148=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD594 is #152A6B. Grayscale: #D4D4D4. Windows color (decimal): -1387116 or 9754090. OLE color: 9754090.

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

Color convert

RGB234213148-
CMYK00.090.370.08
HSL45.35º67.19%74.9%-
HSV(B)45.35º36.75%91.76%-
XYZ63.0767.2237.67-
YUV211.8791.96143.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 213 (83.59% from 255) = 35.80%
BLUE value IS 148 (58.20% from 255) = 24.87%
R=39.33%
G=35.80%
B=24.87%

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
Decimal23421314800.090.370.0845.3567.1974.9
HexEAD594092582d434b
Octal352325224011451055103113
Binary11101010110101011001010001001100101100010110110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD594; }

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

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

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

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

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

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

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

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