#ECAF69

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

Shades of Harvest Gold #ECAF69

Tints of Harvest Gold #ECAF69

Color information

#ECAF69 (or 0xECAF69) is unknown color: approx Harvest Gold. HEX triplet: EC, AF and 69. RGB value is (236,175,105). Sum of RGB (Red+Green+Blue) = 236+175+105=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF69 is #135096. Grayscale: #B9B9B9. Windows color (decimal): -1265815 or 6926316. OLE color: 6926316.

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

Color convert

RGB236175105-
CMYK00.260.560.07
HSL32.06º77.51%66.86%-
HSV(B)32.06º55.51%92.55%-
XYZ52.4749.5120.16-
YUV185.2682.71164.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.74%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 105 (41.41% from 255) = 20.35%
R=45.74%
G=33.91%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617510500.260.560.0732.0677.5166.86
HexECAF6901A387204e43
Octal35425715103270740116103
Binary1110110010101111110100101101011100011110000010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAF69; }

 p { color: rgb(236,175,105); }

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

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

 a { background-color: rgb(236,175,105); }

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

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

 span { border-color: rgb(236,175,105); }

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