Html Css Color HEX #EAC26F Harvest Gold

📋 copy color: '#EAC26F'

red 234 ◦ green 194 ◦ blue 111

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

Shades of Harvest Gold #EAC26F

Tints of Harvest Gold #EAC26F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.99%

 BLUE value IS 111 (43.75% from 255) = 20.59%

R = 43.41%
G = 35.99%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAC26F (or 0xEAC26F) is known color: Harvest Gold. HEX triplet: EA, C2 and 6F. RGB value is (234,194,111). Sum of RGB (Red+Green+Blue) = 234+194+111=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC26F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC26F is #153D90. Grayscale: #C4C4C4. Windows color (decimal): -1392017 or 7324394. OLE color: 7324394.

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

Color convert

RGB 234 194 111 -
CMYK 0 0.17 0.53 0.08
HSL 40.49º 0.75% 0.68% -
HSV(B) 40.49º 0.53% 0.92% -
XYZ 56.09 57.22 23.13 -
YUV 196.5 79.75 154.75 -
System Red Green Blue C M Y K H S L
Decimal 234 194 111 0 0.17 0.53 0.08 40.49 0.75 0.68
Hex EA C2 6F 0 11 35 8 28 4B 44
Octal 352 302 157 0 21 65 10 50 113 104
Binary 11101010 11000010 1101111 0 10001 110101 1000 101000 1001011 1000100

Color Harmonies of #EAC26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC26F

Black with #EAC26F

Text Example


Text Example

White with #EAC26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC26F; }

 p { color: rgb(234,194,111); }

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

background-color css

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

 a { background-color: rgb(234,194,111); }

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

border-color css

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

 span { border-color: rgb(234,194,111); }

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