#EAD38D

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

Shades of Double Colonial White #EAD38D

Tints of Double Colonial White #EAD38D

Color information

#EAD38D (or 0xEAD38D) is unknown color: approx Double Colonial White. HEX triplet: EA, D3 and 8D. RGB value is (234,211,141). Sum of RGB (Red+Green+Blue) = 234+211+141=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD38D is #152C72. Grayscale: #D2D2D2. Windows color (decimal): -1387635 or 9294826. OLE color: 9294826.

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

Color convert

RGB234211141-
CMYK00.100.400.08
HSL45.16º68.89%73.53%-
HSV(B)45.16º39.74%91.76%-
XYZ62.036634.67-
YUV209.989.12145.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 211 (82.81% from 255) = 36.01%
BLUE value IS 141 (55.47% from 255) = 24.06%
R=39.93%
G=36.01%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421114100.100.400.0845.1668.8973.53
HexEAD38D0A2882d454a
Octal352323215012501055105112
Binary11101010110100111000110101010101000100010110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD38D; }

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

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

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

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

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

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

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

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