#EADC66

Color #EADC66 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #EADC66

Tints of Golden Sand #EADC66

Color information

#EADC66 (or 0xEADC66) is unknown color: approx Golden Sand. HEX triplet: EA, DC and 66. RGB value is (234,220,102). Sum of RGB (Red+Green+Blue) = 234+220+102=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 102 (40.23% from 255 or 18.35% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC66 is #152399. Grayscale: #D3D3D3. Windows color (decimal): -1385370 or 6741226. OLE color: 6741226.

HSL color Cylindrical-coordinate representation of color #EADC66: hue angle of 53.64º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EADC66 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB234220102-
CMYK00.060.560.08
HSL53.64º75.86%65.88%-
HSV(B)53.64º56.41%91.76%-
XYZ61.9269.6422.75-
YUV210.7366.64144.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.09%
GREEN value IS 220 (86.33% from 255) = 39.57%
BLUE value IS 102 (40.23% from 255) = 18.35%
R=42.09%
G=39.57%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422010200.060.560.0853.6475.8665.88
HexEADC6606388364c42
Octal35233414606701066114102
Binary111010101101110011001100110111000100011011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADC66; }

 p { color: rgb(234,220,102); }

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

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

 a { background-color: rgb(234,220,102); }

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

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

 span { border-color: rgb(234,220,102); }

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