#E4E075

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

Shades of Goldenrod #E4E075

Tints of Goldenrod #E4E075

Color information

#E4E075 (or 0xE4E075) is unknown color: approx Goldenrod. HEX triplet: E4, E0 and 75. RGB value is (228,224,117). Sum of RGB (Red+Green+Blue) = 228+224+117=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4E075 is #1B1F8A. Grayscale: #D5D5D5. Windows color (decimal): -1777547 or 7725284. OLE color: 7725284.

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

Color convert

RGB228224117-
CMYK00.020.490.11
HSL57.84º67.27%67.65%-
HSV(B)57.84º48.68%89.41%-
XYZ61.8671.0927.29-
YUV21373.83138.7-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.07%
GREEN value IS 224 (87.89% from 255) = 39.37%
BLUE value IS 117 (46.09% from 255) = 20.56%
R=40.07%
G=39.37%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822411700.020.490.1157.8467.2767.65
HexE4E0750231B3a4344
Octal34434016502611372103104
Binary11100100111000001110101010110001101111101010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E075; }

 p { color: rgb(228,224,117); }

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

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

 a { background-color: rgb(228,224,117); }

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

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

 span { border-color: rgb(228,224,117); }

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