Html Css Color HEX #EFBA6E Harvest Gold

📋 copy color: '#EFBA6E'

red 239 ◦ green 186 ◦ blue 110

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

Shades of Harvest Gold #EFBA6E

Tints of Harvest Gold #EFBA6E

RGB

 RED value IS 239 (93.75% from 255) = 44.67%

 GREEN value IS 186 (73.05% from 255) = 34.77%

 BLUE value IS 110 (43.36% from 255) = 20.56%

R = 44.67%
G = 34.77%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFBA6E (or 0xEFBA6E) is known color: Harvest Gold. HEX triplet: EF, BA and 6E. RGB value is (239,186,110). Sum of RGB (Red+Green+Blue) = 239+186+110=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA6E is #104591. Grayscale: #C1C1C1. Windows color (decimal): -1066386 or 7256815. OLE color: 7256815.

HSL color Cylindrical-coordinate representation of color #EFBA6E: hue angle of 35.35º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFBA6E is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 110 -
CMYK 0 0.22 0.54 0.06
HSL 35.35º 0.8% 0.68% -
HSV(B) 35.35º 0.54% 0.94% -
XYZ 55.97 54.59 22.34 -
YUV 193.18 81.06 160.68 -
System Red Green Blue C M Y K H S L
Decimal 239 186 110 0 0.22 0.54 0.06 35.35 0.8 0.68
Hex EF BA 6E 0 16 36 6 23 50 44
Octal 357 272 156 0 26 66 6 43 120 104
Binary 11101111 10111010 1101110 0 10110 110110 110 100011 1010000 1000100

Color Harmonies of #EFBA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA6E

Black with #EFBA6E

Text Example


Text Example

White with #EFBA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA6E; }

 p { color: rgb(239,186,110); }

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

background-color css

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

 a { background-color: rgb(239,186,110); }

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

border-color css

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

 span { border-color: rgb(239,186,110); }

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