#EDC168

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

Shades of Harvest Gold #EDC168

Tints of Harvest Gold #EDC168

Color information

#EDC168 (or 0xEDC168) is unknown color: approx Harvest Gold. HEX triplet: ED, C1 and 68. RGB value is (237,193,104). Sum of RGB (Red+Green+Blue) = 237+193+104=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC168 is #123E97. Grayscale: #C4C4C4. Windows color (decimal): -1195672 or 6865389. OLE color: 6865389.

HSL color Cylindrical-coordinate representation of color #EDC168: hue angle of 40.15º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDC168 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB237193104-
CMYK00.190.560.07
HSL40.15º78.7%66.86%-
HSV(B)40.15º56.12%92.94%-
XYZ56.4957.1421.15-
YUV196.0176.08157.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.38%
GREEN value IS 193 (75.78% from 255) = 36.14%
BLUE value IS 104 (41.02% from 255) = 19.48%
R=44.38%
G=36.14%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719310400.190.560.0740.1578.766.86
HexEDC168013387284f43
Octal35530115002370750117103
Binary1110110111000001110100001001111100011110100010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC168; }

 p { color: rgb(237,193,104); }

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

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

 a { background-color: rgb(237,193,104); }

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

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

 span { border-color: rgb(237,193,104); }

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