#E2CD61

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

Shades of Golden Sand #E2CD61

Tints of Golden Sand #E2CD61

Color information

#E2CD61 (or 0xE2CD61) is unknown color: approx Golden Sand. HEX triplet: E2, CD and 61. RGB value is (226,205,97). Sum of RGB (Red+Green+Blue) = 226+205+97=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CD61 is #1D329E. Grayscale: #C7C7C7. Windows color (decimal): -1913503 or 6409698. OLE color: 6409698.

HSL color Cylindrical-coordinate representation of color #E2CD61: hue angle of 50.23º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2CD61 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB22620597-
CMYK00.090.570.11
HSL50.23º68.98%63.33%-
HSV(B)50.23º57.08%88.63%-
XYZ55.3560.6920.11-
YUV198.9770.46147.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.80%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 97 (38.28% from 255) = 18.37%
R=42.80%
G=38.83%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262059700.090.570.1150.2368.9863.33
HexE2CD610939B32453f
Octal34231514101171136210577
Binary111000101100110111000010100111100110111100101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CD61; }

 p { color: rgb(226,205,97); }

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

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

 a { background-color: rgb(226,205,97); }

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

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

 span { border-color: rgb(226,205,97); }

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