#EDBF69

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

Shades of Harvest Gold #EDBF69

Tints of Harvest Gold #EDBF69

Color information

#EDBF69 (or 0xEDBF69) is unknown color: approx Harvest Gold. HEX triplet: ED, BF and 69. RGB value is (237,191,105). Sum of RGB (Red+Green+Blue) = 237+191+105=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBF69 is #124096. Grayscale: #C3C3C3. Windows color (decimal): -1196183 or 6930413. OLE color: 6930413.

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

Color convert

RGB237191105-
CMYK00.190.560.07
HSL39.09º78.57%67.06%-
HSV(B)39.09º55.7%92.94%-
XYZ56.1156.2921.27-
YUV194.9577.24157.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 105 (41.41% from 255) = 19.70%
R=44.47%
G=35.83%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719110500.190.560.0739.0978.5767.06
HexEDBF69013387274f43
Octal35527715102370747117103
Binary1110110110111111110100101001111100011110011110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBF69; }

 p { color: rgb(237,191,105); }

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

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

 a { background-color: rgb(237,191,105); }

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

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

 span { border-color: rgb(237,191,105); }

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