#EAD26C

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

Shades of Golden Sand #EAD26C

Tints of Golden Sand #EAD26C

Color information

#EAD26C (or 0xEAD26C) is unknown color: approx Golden Sand. HEX triplet: EA, D2 and 6C. RGB value is (234,210,108). Sum of RGB (Red+Green+Blue) = 234+210+108=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD26C is #152D93. Grayscale: #CDCDCD. Windows color (decimal): -1387924 or 7131882. OLE color: 7131882.

HSL color Cylindrical-coordinate representation of color #EAD26C: hue angle of 48.57º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EAD26C is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB234210108-
CMYK00.100.540.08
HSL48.57º75%67.06%-
HSV(B)48.57º53.85%91.76%-
XYZ59.6964.6723.52-
YUV205.5572.95148.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 210 (82.42% from 255) = 38.04%
BLUE value IS 108 (42.58% from 255) = 19.57%
R=42.39%
G=38.04%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421010800.100.540.0848.577567.06
HexEAD26C0A368314b43
Octal352322154012661061113103
Binary1110101011010010110110001010110110100011000110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD26C; }

 p { color: rgb(234,210,108); }

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

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

 a { background-color: rgb(234,210,108); }

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

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

 span { border-color: rgb(234,210,108); }

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