#EDC06A

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

Shades of Harvest Gold #EDC06A

Tints of Harvest Gold #EDC06A

Color information

#EDC06A (or 0xEDC06A) is unknown color: approx Harvest Gold. HEX triplet: ED, C0 and 6A. RGB value is (237,192,106). Sum of RGB (Red+Green+Blue) = 237+192+106=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC06A is #123F95. Grayscale: #C4C4C4. Windows color (decimal): -1195926 or 6996205. OLE color: 6996205.

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

Color convert

RGB237192106-
CMYK00.190.550.07
HSL39.39º78.44%67.25%-
HSV(B)39.39º55.27%92.94%-
XYZ56.3856.7421.62-
YUV195.6577.41157.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 192 (75.39% from 255) = 35.89%
BLUE value IS 106 (41.80% from 255) = 19.81%
R=44.30%
G=35.89%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719210600.190.550.0739.3978.4467.25
HexEDC06A013377274e43
Octal35530015202367747116103
Binary1110110111000000110101001001111011111110011110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC06A; }

 p { color: rgb(237,192,106); }

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

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

 a { background-color: rgb(237,192,106); }

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

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

 span { border-color: rgb(237,192,106); }

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