#E2DA65

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

Shades of Goldenrod #E2DA65

Tints of Goldenrod #E2DA65

Color information

#E2DA65 (or 0xE2DA65) is unknown color: approx Goldenrod. HEX triplet: E2, DA and 65. RGB value is (226,218,101). Sum of RGB (Red+Green+Blue) = 226+218+101=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DA65 is #1D259A. Grayscale: #CFCFCF. Windows color (decimal): -1910171 or 6675170. OLE color: 6675170.

HSL color Cylindrical-coordinate representation of color #E2DA65: hue angle of 56.16º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2DA65 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB226218101-
CMYK00.040.550.11
HSL56.16º68.31%64.12%-
HSV(B)56.16º55.31%88.63%-
XYZ58.7867.2522.19-
YUV207.0568.15141.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.47%
GREEN value IS 218 (85.55% from 255) = 40%
BLUE value IS 101 (39.84% from 255) = 18.53%
R=41.47%
G=40%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621810100.040.550.1156.1668.3164.12
HexE2DA650437B384440
Octal34233214504671370104100
Binary111000101101101011001010100110111101111100010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DA65; }

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

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

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

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

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

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

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

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