#E2D865

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

Shades of Goldenrod #E2D865

Tints of Goldenrod #E2D865

Color information

#E2D865 (or 0xE2D865) is unknown color: approx Goldenrod. HEX triplet: E2, D8 and 65. RGB value is (226,216,101). Sum of RGB (Red+Green+Blue) = 226+216+101=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D865 is #1D279A. Grayscale: #CECECE. Windows color (decimal): -1910683 or 6674658. OLE color: 6674658.

HSL color Cylindrical-coordinate representation of color #E2D865: hue angle of 55.2º 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 #E2D865 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB226216101-
CMYK00.040.550.11
HSL55.2º68.31%64.12%-
HSV(B)55.2º55.31%88.63%-
XYZ58.2766.2222.02-
YUV205.8868.81142.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.62%
GREEN value IS 216 (84.77% from 255) = 39.78%
BLUE value IS 101 (39.84% from 255) = 18.60%
R=41.62%
G=39.78%
B=18.60%

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
Decimal22621610100.040.550.1155.268.3164.12
HexE2D8650437B374440
Octal34233014504671367104100
Binary111000101101100011001010100110111101111011110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D865; }

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

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

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

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

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

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

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

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