#EADA65

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

Shades of Golden Sand #EADA65

Tints of Golden Sand #EADA65

Color information

#EADA65 (or 0xEADA65) is unknown color: approx Golden Sand. HEX triplet: EA, DA and 65. RGB value is (234,218,101). Sum of RGB (Red+Green+Blue) = 234+218+101=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADA65 is #15259A. Grayscale: #D1D1D1. Windows color (decimal): -1385883 or 6675178. OLE color: 6675178.

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

Color convert

RGB234218101-
CMYK00.070.570.08
HSL52.78º76%65.69%-
HSV(B)52.78º56.84%91.76%-
XYZ61.3568.5722.31-
YUV209.4566.8145.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 218 (85.55% from 255) = 39.42%
BLUE value IS 101 (39.84% from 255) = 18.26%
R=42.31%
G=39.42%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421810100.070.570.0852.787665.69
HexEADA6507398354c42
Octal35233214507711065114102
Binary111010101101101011001010111111001100011010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADA65; }

 p { color: rgb(234,218,101); }

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

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

 a { background-color: rgb(234,218,101); }

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

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

 span { border-color: rgb(234,218,101); }

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