#EDB468

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

Shades of Harvest Gold #EDB468

Tints of Harvest Gold #EDB468

Color information

#EDB468 (or 0xEDB468) is unknown color: approx Harvest Gold. HEX triplet: ED, B4 and 68. RGB value is (237,180,104). Sum of RGB (Red+Green+Blue) = 237+180+104=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB468 is #124B97. Grayscale: #BCBCBC. Windows color (decimal): -1199000 or 6862061. OLE color: 6862061.

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

Color convert

RGB237180104-
CMYK00.240.560.07
HSL34.29º78.7%66.86%-
HSV(B)34.29º56.12%92.94%-
XYZ53.7551.6520.23-
YUV188.3880.38162.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.49%
GREEN value IS 180 (70.70% from 255) = 34.55%
BLUE value IS 104 (41.02% from 255) = 19.96%
R=45.49%
G=34.55%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718010400.240.560.0734.2978.766.86
HexEDB468018387224f43
Octal35526415003070742117103
Binary1110110110110100110100001100011100011110001010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB468; }

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

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

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

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

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

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

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

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