Html Css Color HEX #EAC168 Harvest Gold

📋 copy color: '#EAC168'

red 234 ◦ green 193 ◦ blue 104

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

Shades of Harvest Gold #EAC168

Tints of Harvest Gold #EAC168

RGB

 RED value IS 234 (91.8% from 255) = 44.07%

 GREEN value IS 193 (75.78% from 255) = 36.35%

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

R = 44.07%
G = 36.35%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAC168 (or 0xEAC168) is known color: Harvest Gold. HEX triplet: EA, C1 and 68. RGB value is (234,193,104). Sum of RGB (Red+Green+Blue) = 234+193+104=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC168 is #153E97. Grayscale: #C3C3C3. Windows color (decimal): -1392280 or 6865386. OLE color: 6865386.

HSL color Cylindrical-coordinate representation of color #EAC168: hue angle of 41.08º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAC168 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 193 104 -
CMYK 0 0.18 0.56 0.08
HSL 41.08º 0.76% 0.66% -
HSV(B) 41.08º 0.56% 0.92% -
XYZ 55.5 56.63 21.1 -
YUV 195.11 76.58 155.74 -
System Red Green Blue C M Y K H S L
Decimal 234 193 104 0 0.18 0.56 0.08 41.08 0.76 0.66
Hex EA C1 68 0 12 38 8 29 4C 42
Octal 352 301 150 0 22 70 10 51 114 102
Binary 11101010 11000001 1101000 0 10010 111000 1000 101001 1001100 1000010

Color Harmonies of #EAC168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC168

Black with #EAC168

Text Example


Text Example

White with #EAC168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC168; }

 p { color: rgb(234,193,104); }

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

background-color css

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

 a { background-color: rgb(234,193,104); }

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

border-color css

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

 span { border-color: rgb(234,193,104); }

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