#EDB465

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

Shades of Harvest Gold #EDB465

Tints of Harvest Gold #EDB465

Color information

#EDB465 (or 0xEDB465) is unknown color: approx Harvest Gold. HEX triplet: ED, B4 and 65. RGB value is (237,180,101). Sum of RGB (Red+Green+Blue) = 237+180+101=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB465 is #124B9A. Grayscale: #BCBCBC. Windows color (decimal): -1199003 or 6665453. OLE color: 6665453.

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

Color convert

RGB237180101-
CMYK00.240.570.07
HSL34.85º79.07%66.27%-
HSV(B)34.85º57.38%92.94%-
XYZ53.651.5919.44-
YUV188.0478.88162.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 101 (39.84% from 255) = 19.50%
R=45.75%
G=34.75%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718010100.240.570.0734.8579.0766.27
HexEDB465018397234f42
Octal35526414503071743117102
Binary1110110110110100110010101100011100111110001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB465; }

 p { color: rgb(237,180,101); }

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

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

 a { background-color: rgb(237,180,101); }

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

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

 span { border-color: rgb(237,180,101); }

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