#E6E16B

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

Shades of Goldenrod #E6E16B

Tints of Goldenrod #E6E16B

Color information

#E6E16B (or 0xE6E16B) is unknown color: approx Goldenrod. HEX triplet: E6, E1 and 6B. RGB value is (230,225,107). Sum of RGB (Red+Green+Blue) = 230+225+107=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 107 (42.19% from 255 or 19.04% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E16B is #191E94. Grayscale: #D5D5D5. Windows color (decimal): -1646229 or 7070182. OLE color: 7070182.

HSL color Cylindrical-coordinate representation of color #E6E16B: hue angle of 57.56º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6E16B is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB230225107-
CMYK00.020.530.10
HSL57.56º71.1%66.08%-
HSV(B)57.56º53.48%90.2%-
XYZ62.2171.7324.48-
YUV213.0468.16140.09-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.93%
GREEN value IS 225 (88.28% from 255) = 40.04%
BLUE value IS 107 (42.19% from 255) = 19.04%
R=40.93%
G=40.04%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022510700.020.530.1057.5671.166.08
HexE6E16B0235A3a4742
Octal34634115302651272107102
Binary11100110111000011101011010110101101011101010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E16B; }

 p { color: rgb(230,225,107); }

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

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

 a { background-color: rgb(230,225,107); }

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

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

 span { border-color: rgb(230,225,107); }

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