#EDBD68

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

Shades of Harvest Gold #EDBD68

Tints of Harvest Gold #EDBD68

Color information

#EDBD68 (or 0xEDBD68) is unknown color: approx Harvest Gold. HEX triplet: ED, BD and 68. RGB value is (237,189,104). Sum of RGB (Red+Green+Blue) = 237+189+104=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBD68 is #124297. Grayscale: #C2C2C2. Windows color (decimal): -1196696 or 6864365. OLE color: 6864365.

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

Color convert

RGB237189104-
CMYK00.200.560.07
HSL38.35º78.7%66.86%-
HSV(B)38.35º56.12%92.94%-
XYZ55.6255.420.86-
YUV193.6677.4158.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 104 (41.02% from 255) = 19.62%
R=44.72%
G=35.66%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718910400.200.560.0738.3578.766.86
HexEDBD68014387264f43
Octal35527515002470746117103
Binary1110110110111101110100001010011100011110011010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBD68; }

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

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

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

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

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

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

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

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