#EDC36A

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

Shades of Harvest Gold #EDC36A

Tints of Harvest Gold #EDC36A

Color information

#EDC36A (or 0xEDC36A) is unknown color: approx Harvest Gold. HEX triplet: ED, C3 and 6A. RGB value is (237,195,106). Sum of RGB (Red+Green+Blue) = 237+195+106=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC36A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC36A is #123C95. Grayscale: #C5C5C5. Windows color (decimal): -1195158 or 6996973. OLE color: 6996973.

HSL color Cylindrical-coordinate representation of color #EDC36A: hue angle of 40.76º 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 #EDC36A is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB237195106-
CMYK00.180.550.07
HSL40.76º78.44%67.25%-
HSV(B)40.76º55.27%92.94%-
XYZ57.0458.0821.84-
YUV197.4176.41156.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 195 (76.56% from 255) = 36.25%
BLUE value IS 106 (41.80% from 255) = 19.70%
R=44.05%
G=36.25%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719510600.180.550.0740.7678.4467.25
HexEDC36A012377294e43
Octal35530315202267751116103
Binary1110110111000011110101001001011011111110100110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC36A; }

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

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

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

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

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

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

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

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