#EEC270

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

Shades of Harvest Gold #EEC270

Tints of Harvest Gold #EEC270

Color information

#EEC270 (or 0xEEC270) is unknown color: approx Harvest Gold. HEX triplet: EE, C2 and 70. RGB value is (238,194,112). Sum of RGB (Red+Green+Blue) = 238+194+112=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC270 is #113D8F. Grayscale: #C6C6C6. Windows color (decimal): -1129872 or 7389934. OLE color: 7389934.

HSL color Cylindrical-coordinate representation of color #EEC270: hue angle of 39.05º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEC270 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB238194112-
CMYK00.180.530.07
HSL39.05º78.75%68.63%-
HSV(B)39.05º52.94%93.33%-
XYZ57.4857.9323.48-
YUV197.8179.58156.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.75%
GREEN value IS 194 (76.17% from 255) = 35.66%
BLUE value IS 112 (44.14% from 255) = 20.59%
R=43.75%
G=35.66%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819411200.180.530.0739.0578.7568.63
HexEEC270012357274f45
Octal35630216002265747117105
Binary1110111011000010111000001001011010111110011110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC270; }

 p { color: rgb(238,194,112); }

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

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

 a { background-color: rgb(238,194,112); }

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

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

 span { border-color: rgb(238,194,112); }

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