#E6DE67

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

Shades of Goldenrod #E6DE67

Tints of Goldenrod #E6DE67

Color information

#E6DE67 (or 0xE6DE67) is unknown color: approx Goldenrod. HEX triplet: E6, DE and 67. RGB value is (230,222,103). Sum of RGB (Red+Green+Blue) = 230+222+103=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 103 (40.62% from 255 or 18.56% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DE67 is #192198. Grayscale: #D3D3D3. Windows color (decimal): -1647001 or 6807270. OLE color: 6807270.

HSL color Cylindrical-coordinate representation of color #E6DE67: hue angle of 56.22º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6DE67 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB230222103-
CMYK00.030.550.10
HSL56.22º71.75%65.29%-
HSV(B)56.22º55.22%90.2%-
XYZ61.270.0423.13-
YUV210.8367.15141.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.44%
GREEN value IS 222 (87.11% from 255) = 40%
BLUE value IS 103 (40.62% from 255) = 18.56%
R=41.44%
G=40%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022210300.030.550.1056.2271.7565.29
HexE6DE670337A384841
Octal34633614703671270110101
Binary11100110110111101100111011110111101011100010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DE67; }

 p { color: rgb(230,222,103); }

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

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

 a { background-color: rgb(230,222,103); }

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

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

 span { border-color: rgb(230,222,103); }

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