#E2DE6A

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

Shades of Goldenrod #E2DE6A

Tints of Goldenrod #E2DE6A

Color information

#E2DE6A (or 0xE2DE6A) is unknown color: approx Goldenrod. HEX triplet: E2, DE and 6A. RGB value is (226,222,106). Sum of RGB (Red+Green+Blue) = 226+222+106=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 106 (41.80% from 255 or 19.13% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DE6A is #1D2195. Grayscale: #D2D2D2. Windows color (decimal): -1909142 or 7003874. OLE color: 7003874.

HSL color Cylindrical-coordinate representation of color #E2DE6A: hue angle of 58º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2DE6A is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB226222106-
CMYK00.020.530.11
HSL58º67.42%65.1%-
HSV(B)58º53.1%88.63%-
XYZ60.0969.4523.87-
YUV209.9769.33139.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.79%
GREEN value IS 222 (87.11% from 255) = 40.07%
BLUE value IS 106 (41.80% from 255) = 19.13%
R=40.79%
G=40.07%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622210600.020.530.115867.4265.1
HexE2DE6A0235B3a4341
Octal34233615202651372103101
Binary11100010110111101101010010110101101111101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DE6A; }

 p { color: rgb(226,222,106); }

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

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

 a { background-color: rgb(226,222,106); }

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

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

 span { border-color: rgb(226,222,106); }

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