#EFC069

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

Shades of Harvest Gold #EFC069

Tints of Harvest Gold #EFC069

Color information

#EFC069 (or 0xEFC069) is unknown color: approx Harvest Gold. HEX triplet: EF, C0 and 69. RGB value is (239,192,105). Sum of RGB (Red+Green+Blue) = 239+192+105=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC069 is #103F96. Grayscale: #C4C4C4. Windows color (decimal): -1064855 or 6930671. OLE color: 6930671.

HSL color Cylindrical-coordinate representation of color #EFC069: hue angle of 38.96º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFC069 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB239192105-
CMYK00.200.560.06
HSL38.96º80.72%67.45%-
HSV(B)38.96º56.07%93.73%-
XYZ5757.0721.38-
YUV196.1476.57158.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.59%
GREEN value IS 192 (75.39% from 255) = 35.82%
BLUE value IS 105 (41.41% from 255) = 19.59%
R=44.59%
G=35.82%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919210500.200.560.0638.9680.7267.45
HexEFC069014386275143
Octal35730015102470647121103
Binary1110111111000000110100101010011100011010011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC069; }

 p { color: rgb(239,192,105); }

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

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

 a { background-color: rgb(239,192,105); }

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

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

 span { border-color: rgb(239,192,105); }

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