Html Css Color HEX #EAC169 Harvest Gold

📋 copy color: '#EAC169'

red 234 ◦ green 193 ◦ blue 105

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

Shades of Harvest Gold #EAC169

Tints of Harvest Gold #EAC169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.74%

R = 43.98%
G = 36.28%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EAC169 (or 0xEAC169) is known color: Harvest Gold. HEX triplet: EA, C1 and 69. RGB value is (234,193,105). Sum of RGB (Red+Green+Blue) = 234+193+105=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC169 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC169 is #153E96. Grayscale: #C3C3C3. Windows color (decimal): -1392279 or 6930922. OLE color: 6930922.

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

Color convert

RGB 234 193 105 -
CMYK 0 0.18 0.55 0.08
HSL 40.93º 0.75% 0.66% -
HSV(B) 40.93º 0.55% 0.92% -
XYZ 55.55 56.65 21.37 -
YUV 195.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 234 193 105 0 0.18 0.55 0.08 40.93 0.75 0.66
Hex EA C1 69 0 12 37 8 29 4B 42
Octal 352 301 151 0 22 67 10 51 113 102
Binary 11101010 11000001 1101001 0 10010 110111 1000 101001 1001011 1000010

Color Harmonies of #EAC169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC169

Black with #EAC169

Text Example


Text Example

White with #EAC169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC169; }

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

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

background-color css

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

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

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

border-color css

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

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

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