Html Css Color HEX #E8C068 Harvest Gold

📋 copy color: '#E8C068'

red 232 ◦ green 192 ◦ blue 104

#E8C068
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harvest Gold #E8C068

Tints of Harvest Gold #E8C068

RGB

 RED value IS 232 (91.02% from 255) = 43.94%

 GREEN value IS 192 (75.39% from 255) = 36.36%

 BLUE value IS 104 (41.02% from 255) = 19.7%

R = 43.94%
G = 36.36%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E8C068 (or 0xE8C068) is known color: Harvest Gold. HEX triplet: E8, C0 and 68. RGB value is (232,192,104). Sum of RGB (Red+Green+Blue) = 232+192+104=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C068 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C068 is #173F97. Grayscale: #C2C2C2. Windows color (decimal): -1523608 or 6865128. OLE color: 6865128.

HSL color Cylindrical-coordinate representation of color #E8C068: hue angle of 41.25º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E8C068 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 192 104 -
CMYK 0 0.17 0.55 0.09
HSL 41.25º 0.74% 0.66% -
HSV(B) 41.25º 0.55% 0.91% -
XYZ 54.63 55.85 21 -
YUV 193.93 77.25 155.16 -
System Red Green Blue C M Y K H S L
Decimal 232 192 104 0 0.17 0.55 0.09 41.25 0.74 0.66
Hex E8 C0 68 0 11 37 9 29 4A 42
Octal 350 300 150 0 21 67 11 51 112 102
Binary 11101000 11000000 1101000 0 10001 110111 1001 101001 1001010 1000010

Color Harmonies of #E8C068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C068

Black with #E8C068

Text Example


Text Example

White with #E8C068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C068; }

 p { color: rgb(232,192,104); }

 H1.HeaderClassName
 {
   color: #E8C068;
 }
 .AnyTagClassName
 {
   color: #E8C068;
 }
</style>

background-color css

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

 a { background-color: rgb(232,192,104); }

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

border-color css

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

 span { border-color: rgb(232,192,104); }

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