#EAD08D

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

Shades of Double Colonial White #EAD08D

Tints of Double Colonial White #EAD08D

Color information

#EAD08D (or 0xEAD08D) is unknown color: approx Double Colonial White. HEX triplet: EA, D0 and 8D. RGB value is (234,208,141). Sum of RGB (Red+Green+Blue) = 234+208+141=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD08D is #152F72. Grayscale: #D0D0D0. Windows color (decimal): -1388403 or 9294058. OLE color: 9294058.

HSL color Cylindrical-coordinate representation of color #EAD08D: hue angle of 43.23º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAD08D is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234208141-
CMYK00.110.400.08
HSL43.23º68.89%73.53%-
HSV(B)43.23º39.74%91.76%-
XYZ61.364.5334.42-
YUV208.1490.11146.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.14%
GREEN value IS 208 (81.64% from 255) = 35.68%
BLUE value IS 141 (55.47% from 255) = 24.19%
R=40.14%
G=35.68%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420814100.110.400.0843.2368.8973.53
HexEAD08D0B2882b454a
Octal352320215013501053105112
Binary11101010110100001000110101011101000100010101110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD08D; }

 p { color: rgb(234,208,141); }

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

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

 a { background-color: rgb(234,208,141); }

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

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

 span { border-color: rgb(234,208,141); }

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